Open
Bug 1706813
Opened 4 years ago
Updated 4 years ago
Consider catching open popups at the end of a test at the test harness level
Categories
(Core :: Widget: Cocoa, enhancement, P2)
Core
Widget: Cocoa
Tracking
()
ASSIGNED
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(2 files)
During the work on bug 1700724 we found a number of cases where a test was passing, but was leaving an open popup (e.g. a context menu), and the open popup caused test failures for subsequent tests.
It may be worth adding a check which makes sure that there are no open popups at the end of a test, and closes them if there are any.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D113049
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•