fune/browser/components/urlbar/tests/browser-tips
Anna Yeddi f0b8b8744c Bug 1874290 - Add exceptions from a11y_checks for clicks on non-interactive chrome UI in Search and Address Bar. r=adw
The `browser/components/urlbar/tests/browser-tips/browser_searchTips_interaction.js` and `browser/components/urlbar/tests/browser/browser_closePanelOnClick.js` tests send a click event on a non-interactive `<toolbarspring>` element to test that the URL Bar panel and a search tip would, in fact, be closed.

For users of keyboards and assistive technology another way like pressing `Esc` key is available to dismiss the dialog, thus we need to add an exception from the a11y_checks for this tests via `setEnv` and remove the `fail-if` notations from their test manifests.

Differential Revision: https://phabricator.services.mozilla.com/D198411
2024-01-23 00:55:16 +00:00
..
suppress-tips
browser.toml Bug 1874290 - Add exceptions from a11y_checks for clicks on non-interactive chrome UI in Search and Address Bar. r=adw 2024-01-23 00:55:16 +00:00
browser_interventions.js
browser_picks.js Bug 1827966 - Part 1: Remove support for dismiss and help buttons from most urlbar tests. r=dao 2023-10-13 21:52:05 +00:00
browser_searchTips.js Bug 1864821 - Replace PromiseUtils.defer() with Promise.withResolvers() in system modules. r=Gijs,perftest-reviewers,necko-reviewers,extension-reviewers,application-update-reviewers,fxview-reviewers,sync-reviewers,sessionstore-reviewers,reusable-components-reviewers,rpl,jesup,hjones,kshampur,skhamis,nalexander,sclements 2024-01-05 09:22:34 +00:00
browser_searchTips_interaction.js Bug 1874290 - Add exceptions from a11y_checks for clicks on non-interactive chrome UI in Search and Address Bar. r=adw 2024-01-23 00:55:16 +00:00
browser_selection.js Bug 1810113 - UrlbarProviderPlaces and UrlbarProviderSearchSuggestions should set isBlockable and blockL10n for history results. r=adw 2024-01-19 21:43:28 +00:00
browser_updateAsk.js
browser_updateRefresh.js
browser_updateRestart.js
browser_updateWeb.js
head.js Bug 1875090 - Rename BrowserTestUtils.is_visible() to isVisible() r=Gijs,settings-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,devtools-reviewers,fxview-reviewers,translations-reviewers,sgalich,bytesized,sfoster 2024-01-19 02:15:33 +00:00
README.txt
slow-page.html

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.