Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Jan 31, 2024
1 parent 8b6b424 commit 2c5b6be
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 2c5b6be

Please sign in to comment.