Closed
Bug 1391583
Opened 7 years ago
Closed 6 years ago
wdspec current_url.py::test_get_current_url_after_modified_location is unstable
Categories
(Testing :: web-platform-tests, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1407383
People
(Reporter: jgraham, Unassigned)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=py])
Disabling during import for instability.
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/88222dfa8526
Disable unstable webdriver test, a=testonly
Comment 2•7 years ago
|
||
bugherder |
Updated•7 years ago
|
Blocks: webdriver-wdspec
Comment 3•7 years ago
|
||
So the test assumes that `window.location.href` is synchronous. For Marionette unit tests we had a similar failure which I got fixed on bug 1156427.
Comment 4•7 years ago
|
||
automatedtester: Are you still working on this bug, or can it be relased?
Flags: needinfo?(dburns)
Keywords: leave-open
OS: Unspecified → All
Hardware: Unspecified → All
Summary: Webdriver current_url.py::test_get_current_url_after_modified_location is unstable → wdspec current_url.py::test_get_current_url_after_modified_location is unstable
Updated•7 years ago
|
Keywords: good-first-bug
Whiteboard: [lang=py]
Comment 6•6 years ago
|
||
Hi, Is this issue still open?
Comment 7•6 years ago
|
||
Hi, Is this issue still open?
Comment 8•6 years ago
|
||
Hi, Please can i work on this?
Comment 9•6 years ago
|
||
Hi, Please can i work on this?
Comment 10•6 years ago
|
||
It looks like we are now polling, so this bug is invalid:
https://searchfox.org/mozilla-central/source/testing/web-platform/tests/webdriver/tests/get_current_url/get.py#72-73
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Assignee: nobody → james
Comment 11•6 years ago
|
||
The wait() was added by bug 1407383.
Assignee: james → nobody
Resolution: FIXED → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•