Skip to content

Commit 785c132

Browse files
committed
style: comment
1 parent 6237cf0 commit 785c132

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/src/components/menu/test/a11y/menu.e2e.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
1919
await expect(heading).toHaveText('Open Menu');
2020

2121
/**
22-
* Skip the rule that checks if the menu is scrollable and focusable.
23-
* This test is missing the `ion-app` wrapper which allows the
22+
* Disable the 'scrollable-region-focusable' rule because this test
23+
* is missing the required `ion-app` wrapper component. The `ion-app`
24+
* wrapper provides the necessary focus management that allows the
2425
* menu content to be focusable.
2526
*/
2627
const results = await new AxeBuilder({ page }).disableRules('scrollable-region-focusable').analyze();

0 commit comments

Comments
 (0)