fune/browser/components/urlbar/tests/browser-tips
Doug Thayer ec23c3ca31 Bug 1693133 - Fix resetProfile.xhtml tests r=Gijs
BrowserTestUtils.promiseAlertDialog and friends account for commonDialog.xhtml,
but not other dialogs which go through gDialogBox. This fixes that by adding a
inWindowDialog option to promiseAlertDialog. I don't like this solution very
much - it requires all of these dialogs to fire the event themselves. An
alternative might be putting this code in some file which these all include,
but given how small the code is that feels like overkill. Alternatives welcome.

Differential Revision: https://phabricator.services.mozilla.com/D109674
2021-03-25 17:28:56 +00:00
..
browser.ini
browser_interventions.js Bug 1693133 - Fix resetProfile.xhtml tests r=Gijs 2021-03-25 17:28:56 +00:00
browser_picks.js
browser_searchTips.js Bug 1665049 - Remove browser.urlbar.update2. r=harry 2020-12-18 10:01:24 +00:00
browser_searchTips_interaction.js Bug 1696027 - Remove use of nsISearchEngine.addEngineWithDetails from mochitests. r=daleharvey 2021-03-10 14:21:12 +00:00
browser_selection.js Bug 1692526 - Allow results to include a help/info button. r=dao 2021-02-18 18:00:22 +00:00
browser_updateAsk.js
browser_updateRefresh.js Bug 1693133 - Fix resetProfile.xhtml tests r=Gijs 2021-03-25 17:28:56 +00:00
browser_updateRestart.js
browser_updateWeb.js
head.js Bug 1685313 - fix tests to pass with either the new or old window modal dialogs, r=jaws 2021-02-12 22:41:54 +00:00
README.txt

If you're running these tests and you get an error like this:

FAIL head.js import threw an exception - Error opening input stream (invalid filename?): chrome://mochitests/content/browser/toolkit/mozapps/update/tests/browser/head.js

Then run `mach test toolkit/mozapps/update/tests/browser` first.  You can
stop mach as soon as it starts the first test, but this is necessary so that
mach builds the update tests in your objdir.