Skip to content

Commit

Permalink
Fix roving tabindex test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed Jan 30, 2021
1 parent fe89fa0 commit da52974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function testGroupKeyboardNavigation(
await page.keyboard.press( 'Tab' );
await expectLabelToHaveFocus( currentBlockLabel );
await pressKeyWithModifier( 'shift', 'Tab' );
await expectLabelToHaveFocus( 'Select parent (Group)' );
await expectLabelToHaveFocus( 'Select Group' );
await page.keyboard.press( 'ArrowRight' );
await expectLabelToHaveFocus( currentBlockTitle );
}
Expand Down

0 comments on commit da52974

Please sign in to comment.