Closed
Bug 1581133
Opened 6 years ago
Closed 6 years ago
Fix fission-skipped console tests that are failing because a unnecessary navigation in the test restart the toolbox
Categories
(DevTools :: Console, task, P1)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
A bunch of the console tests that are disabled for fission are failing because they start by opening the console on the data URL, and then navigate to a non-data URL page (e.g. example.com), which causes the toolbox to restart, making the console reference we retrieved obsolete.
Those tests can be fixed by either opening the console on the right url, or at least on a url on the same domain than the ones we are going to navigate to.
| Assignee | ||
Updated•6 years ago
|
Whiteboard: dt-fission
Updated•6 years ago
|
Blocks: dt-fission-browser-console
| Assignee | ||
Comment 1•6 years ago
|
||
After a chat with Neha and a discussion in the DevTools Fission meeting, we decided to keep the test as is as they're stressing out "real" fission (and target switching).
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
Whiteboard: dt-fission
You need to log in
before you can comment on or make changes to this bug.
Description
•