Skip to content

Commit

Permalink
Update test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Fonseca <[email protected]>
  • Loading branch information
oandregal and mcsf committed May 14, 2024
1 parent 7764d8f commit 21a87ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test.describe( 'Dataviews List Layout', () => {
await expect( page.getByLabel( 'Privacy Policy' ) ).toBeFocused();
} );

test( 'Navigates from items list to preview via TAB, and viceversa', async ( {
test( 'Navigates from items list to preview via TAB, and vice versa', async ( {
page,
} ) => {
// Start the sequence on the search component.
Expand Down

0 comments on commit 21a87ee

Please sign in to comment.