Closed
Bug 1500070
Opened 6 years ago
Closed 6 years ago
Avoid using about:debugging page for generic about: page tests
Categories
(DevTools :: about:debugging, enhancement, P2)
DevTools
about:debugging
Tracking
(firefox64 fixed)
RESOLVED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
(Whiteboard: dt-fission)
Attachments
(1 file)
With 1485661, about:debugging is now slightly harder to use in tests.
Some requests are being done by the add-ons panel (the default panel), which have to be waited for explicitely by the test.
So we should stop using about:debugging in generic about: pages tests and only test it in about:debugging tests.
Assignee | ||
Comment 1•6 years ago
|
||
Opening about:debugging may lead to pending listAddons requests.
Tests that open about:debugging should be careful to wait for the end
of these requests, which this test doesn't do.
MozReview-Commit-ID: 6YyfdW78kOS
Depends on D8828
Updated•6 years ago
|
Attachment #9018226 -
Attachment description: Bug 1485661 - Avoid using about:debugging page for a navigation test. → Bug 1500070 - Avoid using about:debugging in generic about: page tests.
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/33e352068e35
Avoid using about:debugging in generic about: page tests. r=jdescottes
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Assignee | ||
Updated•6 years ago
|
Whiteboard: dt-fission
You need to log in
before you can comment on or make changes to this bug.
Description
•