Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored and jbinda committed Apr 6, 2020
1 parent 0f54e62 commit a29e03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/editor/blocks/columns.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ describe( 'Columns', () => {
await columnBlockMenuItem.click();
await openGlobalBlockInserter();
await openAllBlockInserterCategories();
expect( await getAllBlockInserterItemTitles() ).toHaveLength( 0 );
expect( await getAllBlockInserterItemTitles() ).toHaveLength( 1 );
} );
} );

0 comments on commit a29e03c

Please sign in to comment.