Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Feb 5, 2024
1 parent 4e9a02f commit 7f3039c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/blocks/cover.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ test.describe( 'Cover', () => {
name: 'Editor settings',
} );
await coverBlockEditorSettings
.getByRole( 'tab', { name: 'Styles' } )
.getByRole( 'tab', { name: 'Settings' } )
.click();

// Ensure there the default value for the minimum height of cover is undefined.
Expand Down

0 comments on commit 7f3039c

Please sign in to comment.