Skip to content

Commit

Permalink
Make test fail to check if artifacts are uploaded correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Feb 27, 2023
1 parent fcf67c6 commit 4f32c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/e2e-tests/specs/performance/site-editor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ describe( 'Site Editor Performance', () => {
await page.waitForSelector( '.edit-site-visual-editor', {
timeout: 120000,
} );
expect( true ).toBe( false ); // TMP: Test the artifacts upload
await canvas().waitForSelector( '.wp-block', { timeout: 120000 } );

if ( i < samples ) {
Expand Down

0 comments on commit 4f32c7a

Please sign in to comment.