Closed
Bug 1332998
Opened 8 years ago
Closed 8 years ago
Intermittent test_about_pages.py TestAboutPages.test_back_forward | TimeoutException: Timed out after 5.0 seconds with message: 'about:support' hasn't been loaded
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(firefox52 fixed, firefox-esr52 fixed, firefox53 fixed, firefox54 fixed, firefox55 fixed)
RESOLVED
FIXED
mozilla55
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [fixed by bug 1330348])
With bug 1323185 I will add the missing go_forward() check to the test test_back_forward. But doing so always results in a failure like:
TEST-UNEXPECTED-ERROR | test_about_pages.py TestAboutPages.test_back_forward | TimeoutException: Timed out after 5.0 seconds with message: 'about:support' hasn't been loaded
Traceback (most recent call last):
File "/Volumes/data/code/gecko/testing/marionette/harness/marionette_harness/marionette_test/testcases.py", line 166, in run
testMethod()
File "/Volumes/data/code/gecko/testing/marionette/harness/marionette_harness/tests/unit/test_about_pages.py", line 51, in test_back_forward
message="'about:support' hasn't been loaded")
File "/Volumes/data/code/gecko/testing/marionette/client/marionette_driver/wait.py", line 150, in until
cause=last_exc)
I believe we need bug 1330348 fixed, to actually be able to test this.
Assignee | ||
Comment 1•8 years ago
|
||
David, I assume you wanted to set a different bug than this one as dependency for bug 1335778?
No longer depends on: 1335778
Flags: needinfo?(dburns)
Comment 2•8 years ago
|
||
they are all related, we should probably add the other deps to this too
Flags: needinfo?(dburns)
Assignee | ||
Comment 3•8 years ago
|
||
Test is passing now with the patch on bug 1330348 being landed.
Assignee: nobody → hskupin
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed by bug 1330348]
Target Milestone: --- → mozilla55
Assignee | ||
Updated•8 years ago
|
status-firefox52:
--- → fixed
status-firefox53:
--- → fixed
status-firefox54:
--- → fixed
status-firefox-esr52:
--- → fixed
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•