Remove the fail-if notation for `browser_acknowledgeFeedbackAndDismissal.js` that is passing a11y_checks
Categories
(Firefox :: Address Bar, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: ayeddi, Assigned: ayeddi)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The browser/components/urlbar/tests/browser/browser_acknowledgeFeedbackAndDismissal.js
used to fail a11y_checks with the following failure and warning messages:
browser/components/urlbar/tests/browser/browser_acknowledgeFeedbackAndDismissal.js Interactive elements must be labeled menuitem urlbarView-result-menuitem
browser/components/urlbar/tests/browser/browser_acknowledgeFeedbackAndDismissal.js Unlabeled element removed before l10n finished menuitem urlbarView-result-menuitem -
But since the bug 1871491 and bug 1867170 fine-tuned the AccessibilityUtils to better check for an unlabeled Url Bar Option and to check parents of a context menu elements too, the test has been passing, so we could remove the fail-if
notation from its test manifest.
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
The browser/components/urlbar/tests/browser/browser_acknowledgeFeedbackAndDismissal.js
used to fail a11y_checks with the failed or incompleted label checks (when an unlabeled element removed before l10n finished). But since the bug 1871491 and bug 1867170 fine-tuned the AccessibilityUtils to better check for an unlabeled Url Bar Option and to check parents of a context menu elements too, the test has been passing, so we could remove the fail-if
notation from its test manifest.
Depends on D197335
Updated•11 months ago
|
Comment 3•11 months ago
|
||
bugherder |
Description
•