Asserting that a node exist in Windmill test, directly after waiting for it, sometimes fails
Bug #487666 reported by
Björn Tillenius
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Won't Fix
|
Low
|
Deryck Hodge |
Bug Description
If you have code such as ...
... the assertNode() call sometimes claims that the node doesn't exist. It might be that waiting for a node checks that the node is there in a different way than assertNode() does, and that forElement() gets to know that the node is there, before the DOM is actually modified to contain the node. But that's just a guess, I haven't looked at the actual code yet.
tags: | added: windmill |
tags: | removed: story-windmill-layer |
To post a comment you must log in.
Björn, is this still an issue?