Skip to content

Commit

Permalink
Update e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Dec 24, 2024
1 parent 3921211 commit 43faddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/blocks/buttons.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ test.describe( 'Buttons', () => {
.getByRole( 'tab', { name: 'Settings' } )
.click();
await page
.getByRole( 'radiogroup', { name: 'Button width' } )
.getByRole( 'radiogroup', { name: 'Width' } )
.getByRole( 'radio', { name: '25%' } )
.click();

Expand Down

0 comments on commit 43faddb

Please sign in to comment.