Open
Bug 1772490
Opened 2 years ago
Updated 2 years ago
`BrowserTestUtils.waitForPopupEvent` should return `Promise.reject()` when the popup is already in the expected state
Categories
(Testing :: Mochitest, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: mbrodesser-Igalia, Unassigned)
Details
Currently, await BrowserTestUtils.waitForPopupEvent(somePopup, "hidden");
would pass, if somePopup
is already hidden.
Reporter | ||
Updated•2 years ago
|
No longer blocks: 1744524
Summary: Shouldn't `BrowserTestUtils.waitForPopupEvent` return `Promise.reject()` when the popup is already in the expected state? → `BrowserTestUtils.waitForPopupEvent` should return `Promise.reject()` when the popup is already in the expected state
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:ahal, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(ahal)
Updated•2 years ago
|
Severity: -- → S3
Flags: needinfo?(ahal)
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•