Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Sep 26, 2023
1 parent 9cf4d86 commit 4cc867f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/blocks/query.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test.describe( 'Query block', () => {

await page
.getByRole( 'dialog', { name: 'Choose a pattern' } )
.getByRole( 'option', { name: 'Not synced' } )
.getByRole( 'option', { name: 'Standard' } )
.click();

await expect.poll( editor.getBlocks ).toMatchObject( [
Expand Down

0 comments on commit 4cc867f

Please sign in to comment.