Skip to content

Commit

Permalink
another missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed Nov 21, 2023
1 parent fcf6ac8 commit 770ed92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test.describe( 'Toolbar roving tabindex', () => {
'List text',
'Select List'
);
await page.click( `role=button[name="Select List"i]` );
await page.click( `role=button[name="Select parent block: List"i]` );
await ToolbarRovingTabindexUtils.wrapCurrentBlockWithGroup( 'List' );
await ToolbarRovingTabindexUtils.testGroupKeyboardNavigation(
'Block: List',
Expand Down

0 comments on commit 770ed92

Please sign in to comment.