зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1587416
- Ensure signon.includeOtherSubdomainsInLookup is true when testing subdomain form fill/autocomplete behavior. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D48789 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
24a26b3b97
Коммит
37d7c73123
|
@ -104,6 +104,7 @@ const tests = [
|
|||
];
|
||||
|
||||
add_task(async function setup() {
|
||||
await SpecialPowers.pushPrefEnv({"set": [["signon.includeOtherSubdomainsInLookup", true]]});
|
||||
ok(readyPromise, "check promise is available");
|
||||
await readyPromise;
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче