Loading
Bug 1778803 - [devtools] Fix browser_target_command_scope_flag.js...
Bug 1778803 - [devtools] Fix browser_target_command_scope_flag.js intermittent. r=devtools-reviewers,nchevobbe It is always tricky to test the Browser Toolbox codepaths as you may have various targets related to previous test/tasks which are being destroyed in middle of the test. Here some target related to previous task were removed in middle of this assertion. It is better to test for actual deterministic content we are expecting rather than counting targets. Differential Revision: https://phabricator.services.mozilla.com/D210668