Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test/e2e/specs/editor/various/writing-flow.spec.js
Co-authored-by: Kai Hao <[email protected]>
  • Loading branch information
Mamaduka and kevin940726 committed Sep 1, 2022
commit ab0e7347101da79d2dab5140226f839aa4c5402b
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/various/writing-flow.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ class WritingFlowUtils {
await this.page.keyboard.press( 'Enter' );
await this.page.keyboard.type( '/columns' );
await this.page.keyboard.press( 'Enter' );
await this.page.click( 'role=button[name="Two columns; equal split"]' );
await this.page.click( 'role=button[name="Two columns; equal split"i]' );
await this.page.click( 'role=button[name="Add block"i]' );
await this.page.click(
'role=listbox[name="Blocks"i] >> role=option[name="Paragraph"i]'
Expand Down