Skip to content

Commit

Permalink
Gutenberg Editor Rendering Media Blocks test - Migrate to WebdriverIO
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo committed Oct 6, 2023
1 parent ff802a4 commit 024afb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe( 'Gutenberg Editor Rendering Media Blocks test', () => {
await editorPage.initializeEditor( { initialData: mediaBlocks } );

// Give some time to media placeholders to render.
await editorPage.driver.sleep( 3000 );
await editorPage.driver.pause( 3000 );

// Scroll to the last element.
const addBlockPlaceholder =
Expand Down

0 comments on commit 024afb2

Please sign in to comment.