зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1566218 - Fix Intermittent[TV] test for lockwise card. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D38258 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
9c1c973edf
Коммит
e2cffe7102
|
@ -51,6 +51,7 @@ add_task(async function() {
|
|||
url: "about:protections",
|
||||
gBrowser,
|
||||
});
|
||||
const { getLoginData } = AboutProtectionsHandler;
|
||||
|
||||
info("Check that the correct content is displayed for non-logged in users.");
|
||||
await ContentTask.spawn(tab.linkedBrowser, {}, async function() {
|
||||
|
@ -192,5 +193,7 @@ add_task(async function() {
|
|||
// remove logins
|
||||
Services.logins.removeLogin(TEST_LOGIN1);
|
||||
Services.logins.removeLogin(TEST_LOGIN2);
|
||||
|
||||
AboutProtectionsHandler.getLoginData = getLoginData;
|
||||
await BrowserTestUtils.removeTab(tab);
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче