Update the test cases in Customizable UI that are clicking on unlabeled toolbarbuttons
Categories
(Firefox :: Settings UI, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: ayeddi, Assigned: ayeddi)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The test "browser/components/customizableui/test/browser_981418-widget-onbeforecreated-handler.js" creates a test widget that has no label
or tooltiptext
property that is being clicked. But since its created toolbarbutton has no accessible name, it is being flagged by the a11y-checks. We could add "tooltiptext" property to make this test toolbarbutton accessible without triggering PanelMultiView to be adding header text, etc.
Since the issue will be resolved, we should also remove the fail-if
notation from the test manifest.
Assignee | ||
Comment 1•1 year ago
|
||
The test "browser/components/customizableui/test/browser_981418-widget-onbeforecreated-handler.js" creates a test widget that has no label
or tooltiptext
property that is being clicked. But since its created toolbarbutton has no accessible name, it is being flagged by the a11y-checks. We could add "tooltiptext" property to make this test toolbarbutton accessible without triggering PanelMultiView to be adding header text, etc.
Since the issue will be resolved, we should also remove the fail-if
notation from the test manifest.
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
The same applies to the following test:
browser/components/customizableui/test/browser_create_button_widget.js
Comment 4•1 year ago
|
||
bugherder |
Description
•