Bug 1855491 - Temporarily disable one Tier 2 a11y_checks for Profile Migration. r=Jamie,Gijs

We are working on [enabling Tier 2 a11y-checks to ensure our products have basic accessibility built-in (bug 1692110)](https://bugzilla.mozilla.org/show_bug.cgi?id=1692110) and before that, we need to prepare the existing code base. While we triage and investigate existent tests that would fail once the a11y-checks are enabled in the CI, we are going to skip the failing tests altogether and then handle each one of them individually.

This task is to skip with `fail-if` condition of the failing tests while we continue investigation into the reasons these tests failed and to be able to backtrack these tests once they're resolved.

Related bugs:
- Disabling tests: meta bug 1848402
- Investigation and remediation for components with disabled tests: meta bugs 1848394 and 1854227, Profile Migration-specific bug 1855492
- Explore capturing click events for a11y_checks: bug 1692110

Differential Revision: https://phabricator.services.mozilla.com/D189410
This commit is contained in:
Anna Yeddi 2023-10-06 18:11:37 +00:00
Родитель 93410e8f7f
Коммит cd51793f18
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,7 @@ support-files = ["../head-common.js"]
["browser_disabled_migrator.js"] ["browser_disabled_migrator.js"]
["browser_do_migration.js"] ["browser_do_migration.js"]
fail-if = ["a11y_checks"] # Bug 1855491 clicked panel-item may not be focusable
["browser_entrypoint_telemetry.js"] ["browser_entrypoint_telemetry.js"]