Skip to content

Commit

Permalink
E2E Editor Page - Update addNewBlock to WebdriverIO
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo committed Oct 9, 2023
1 parent 7e017c0 commit fe61e8b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ class EditorPage {
swipeRight: true,
} );
await addButton[ 0 ].click();
// Wait for Bottom sheet animation to finish
await this.driver.pause( 3000 );
}

// Click on block of choice.
Expand Down

0 comments on commit fe61e8b

Please sign in to comment.