Closed
Bug 1228446
Opened 9 years ago
Closed 8 years ago
[e10s] Marionette.navigate() does not wait for page being loaded with sessionstore enabled
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(e10s+)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: whimboo, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
446 bytes,
text/plain
|
Details |
While checking bug 1141483 I noticed that Marionette.navigate() does not wait for the page being loaded in case sessionstore and e10s have been enabled.
Simply run this test with the options: --e10s --pref browser.startup.page:3
Result:
> TEST-UNEXPECTED-FAIL | test_marionette.py Test.test | AssertionError: u'about:blank' != 'http://hg.mozilla.org/'
Updated•9 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Reporter | ||
Comment 1•8 years ago
|
||
Lets wait for bug 1300709 so we have general support of session store in Marionette.
Depends on: 1300709
Reporter | ||
Comment 2•8 years ago
|
||
Something else beside bug 1300709 seems to have fixed that. I can no longer reproduce the issue via the attached testcase down to the latest release.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
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
•