Open
Bug 1698890
Opened 4 years ago
Updated 4 years ago
Refactor tests manually toggling Descriptor.shouldCloseClient
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 1631451 highlights two tests which expect a special behavior regarding client's closing and end up having to manually set descriptor.shouldCloseClient = false
.
These tests should be refactored in order to stop assuming such special behavior:
https://searchfox.org/mozilla-central/search?q=notifyTargetDestroyed%28&path=&case=true®exp=false
You need to log in
before you can comment on or make changes to this bug.
Description
•