mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
55da64bb3d
This testcase is based on "signon.suggestImportCount" = 3, which means testcase import_suggestion_wizard, import_suggestion_learn_more and import_suggestion_migrate should only trigger the importableLogin popup once. And in the last testcase, import_suggestion_not_shown, does not show the popup because the limit is reached. However, in some cases, when the wizard window (opened in the first testcase, import_suggestion_wizard testcase) is closed, the focus goes back to the username field that previously showed the importable login popuup, which triggers the importable login popup again. When that happens, when the third testcase is executed, the popup will not be displayed because the limit is already reached. This patch fixes this by closing the tab first so when we close the import suggestion wizard window, we don't trigger another popup. Differential Revision: https://phabricator.services.mozilla.com/D120532 |
||
---|---|---|
.. | ||
actors | ||
components | ||
content | ||
crashreporter | ||
docs | ||
library | ||
locales | ||
modules | ||
mozapps | ||
profile | ||
system | ||
themes | ||
xre | ||
.eslintrc.js | ||
l10n-registry.manifest | ||
moz.build | ||
moz.configure | ||
toolkit.mozbuild |