Closed
Bug 1685413
Opened 5 years ago
Closed 5 years ago
Re-enable devtools/client/dom/test/browser_dom_fission_target_switching.js test for Fission
Categories
(DevTools :: General, defect, P3)
DevTools
General
Tracking
(Fission Milestone:M7, firefox86 fixed)
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: cpeterson, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
This devtools/client/dom/test/browser_dom_fission_target_switching.js test is currently skipped for Fission (by bug 1675020):
[browser_dom_fission_target_switching.js]
skip-if = fission # Disable frequent fission intermittents Bug 1675020
Is this test still failing with Fission?
Does fixing and re-enabling this test need to block shipping Fission MVP?
Reporter | ||
Comment 1•5 years ago
|
||
Tracking DevTools Fission bugs for Fission M7 (blocking Beta experiment).
Fission Milestone: ? → M7
Comment 2•5 years ago
|
||
We can reenable this test on Fission and see if the existing intermittent Bug 1615737 shows a spike of failures.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•5 years ago
|
||
The test used to fail after navigating because the expected property
wasn't displayed.
Here we're trying to work around that by:
- using the navigateTo helper function, which takes care of waiting for the right events
- awaiting until the property is displayed (since it wasn't before), just in case the
rendering takes more time than expected.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/655b0c06edc6
[devtools] Re-enable devtools/client/dom/test/browser_dom_fission_target_switching.js test for Fission. r=ladybenko.
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•