Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Aug 29, 2023
1 parent 758e448 commit 70e6e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/site-editor/style-book.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test.describe( 'Style Book', () => {
).not.toBeVisible();
await expect(
page.locator( 'role=button[name="View"i]' )
).not.toBeVisible();
).toHaveAttribute( 'aria-disabled', 'true' );
} );

test( 'should have tabs containing block examples', async ( { page } ) => {
Expand Down

0 comments on commit 70e6e63

Please sign in to comment.