Bug 1798683 - Make browser_unified_extensions_overflowable_toolbar.js more resilient by using a constant set of extension IDs. r=willdurand,extension-reviewers

For reasons that I don't fully understand, this appears to make the test pass more reliably on all platforms.

Differential Revision: https://phabricator.services.mozilla.com/D162577
This commit is contained in:
Mike Conley 2022-11-22 15:52:07 +00:00
Родитель 7a0fd3969a
Коммит 79fe879e48
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -428,4 +428,3 @@ https_first_disabled = true
[browser_unified_extensions_doorhangers.js]
[browser_unified_extensions_overflowable_toolbar.js]
tags = overflowable-toolbar
skip-if = true # Bug 1798683

Просмотреть файл

@ -179,6 +179,9 @@ async function withWindowOverflowed(win, taskFn) {
browser_action: {
default_area: "navbar",
},
browser_specific_settings: {
gecko: { id: `unified-extensions-overflowable-toolbar@ext-${i}` },
},
});
}