Skip to content

Commit

Permalink
Update e2e test for cover block
Browse files Browse the repository at this point in the history
  • Loading branch information
akasunil committed Jun 16, 2024
1 parent 8dbcb5e commit 454f736
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 @@ -158,7 +158,7 @@ test.describe( 'Cover', () => {

// Ensure there the default value for the minimum height of cover is undefined.
const defaultHeightValue = await coverBlockEditorSettings
.getByLabel( 'Minimum height of cover' )
.getByRole( 'slider', { name: 'Minimum height of cover' } )
.inputValue();
expect( defaultHeightValue ).toBeFalsy();

Expand Down

0 comments on commit 454f736

Please sign in to comment.