Open
Bug 1706833
Opened 4 years ago
Updated 4 years ago
Test devtools/client/inspector/markup/test/browser_markup_load_01.js times out intermittently
Categories
(DevTools :: Inspector, task)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: mstange, Unassigned)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
This test opens the context menu and chooses Inspect while a page load is in progress.
It looks like the context menu may not open in some cases under these circumstances.
Before bug 1706806, it wasn't waiting for the menu to open, and the test passes even if Inspect isn't clicked. So it wasn't doing what it was trying to do.
I tried to fix this in bug 1706806, but as a result, the test started to time out.
Reporter | ||
Comment 1•4 years ago
|
||
It's only timing out on macOS, but there's not really a reason why this should be mac-only. It's probably timing-dependent in some way, so it might intermittently happen on other platforms, too.
This test is now disabled on all platforms.
You need to log in
before you can comment on or make changes to this bug.
Description
•