Skip to content

Commit

Permalink
Try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed May 3, 2021
1 parent b4db55a commit 67cc663
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ describe( 'Widgets Customizer', () => {
await addBlock( 'Paragraph' );
await page.keyboard.type( 'First Paragraph' );

await waitForPreviewIframe();

await addBlock( 'Heading' );
await page.keyboard.type( 'My Heading' );

Expand Down Expand Up @@ -240,6 +242,8 @@ describe( 'Widgets Customizer', () => {
await addBlock( 'Paragraph' );
await page.keyboard.type( 'First Paragraph' );

await waitForPreviewIframe();

const documentTools = await find( {
role: 'toolbar',
name: 'Document tools',
Expand Down Expand Up @@ -348,6 +352,8 @@ describe( 'Widgets Customizer', () => {
await addBlock( 'Paragraph' );
await page.keyboard.type( 'First Paragraph' );

await waitForPreviewIframe();

await addBlock( 'Heading' );
await page.keyboard.type( 'First Heading' );

Expand Down

0 comments on commit 67cc663

Please sign in to comment.