Skip to content

Commit

Permalink
e2e: fix flaky columns test
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Apr 10, 2023
1 parent 7810f7b commit 87d6a46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/specs/editor/blocks/columns.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ test.describe( 'Columns', () => {
await editor.selectBlocks(
page.locator( 'role=document[name="Block: Columns"i]' )
);
await editor.openDocumentSettingsSidebar();

const columnsChangeInput = page.locator(
'role=spinbutton[name="Columns"i]'
Expand Down

0 comments on commit 87d6a46

Please sign in to comment.