Skip to content

Commit

Permalink
Revert "Make test fail to check if artifacts are uploaded correctly"
Browse files Browse the repository at this point in the history
This reverts commit 4f32c7a.
  • Loading branch information
WunderBart committed Feb 28, 2023
1 parent 6971dec commit bbdd33c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/e2e-tests/specs/performance/site-editor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ 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 bbdd33c

Please sign in to comment.