Closed
Bug 1694148
Opened 4 years ago
Closed 4 years ago
Fix browser_console_webconsole_private_browsing.js
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
The test that was flawed, checking if messages weren't
displayed too early, so messages didn't have the time to be rendered.
When checking later, we can see that the messages were displayed when they
shouldn't have been (see Bug 1692838)
Assignee | ||
Comment 1•4 years ago
|
||
This patch fixes the existing test that was flawed, checking if messages weren't
displayed too early, so messages didn't have the time to be rendered.
When checking later, we can see that the messages were displayed when they
shouldn't have been.
Depends on D105945
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/114c61a52e09
[devtools] Fix browser_console_webconsole_private_browsing.js. r=ochameau.
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•