Closed
Bug 1169644
Opened 9 years ago
Closed 9 years ago
Update tests and ensure that always a window is selected after closing the active window
Categories
(Testing :: Firefox UI Tests, defect)
Tracking
(firefox41 wontfix)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox41 | --- | wontfix |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Seen this lately in our tests only on Windows while running them in Mozmill CI. Especially test_windows.py does not call switch_to() for the browser window when another before opened window gets closed. That means Marionette hangs around with a reference to a non-existent window and reports a failure that this.browser cannot be found.
Not sure why this only happens on Windows. David, do you have an idea?
I think we should not do magic calls to switch_to() in our BaseWindow.close() method, but request the test to explicitly call this method.
Flags: needinfo?(dburns)
Assignee | ||
Comment 1•9 years ago
|
||
Most likely we don't need that cause it smells like a regression from bug 1169798 too. I will stop investigating possible fixes until the patch on the mentioned bug has been landed and tested.
Assignee | ||
Comment 2•9 years ago
|
||
This was clearly the regression in Marionette which is causing this failure. The code we currently have does not require a change to work. Once the patch on bug 1169798 landed on all affected branches, our tests will pass again. This is a WONTFIX.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Mozilla QA → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•