Skip to content

Commit

Permalink
Attempt to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed Nov 8, 2024
1 parent c3d3f86 commit 45ce37c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/cypress/integration/coming-soon-woo.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ describe( 'Coming Soon with WooCommerce', function () {
timeout: 40000,
log: true,
} );

// reload the page
cy.reload();
} );

after( () => {
Expand All @@ -24,6 +21,9 @@ describe( 'Coming Soon with WooCommerce', function () {
} );

it( 'Replace our admin bar site status badge with WooCommerce\'s when active', () => {
// reload the page
cy.reload();

// Visit settings page
cy.visit(
'/wp-admin/admin.php?page=' +
Expand Down

0 comments on commit 45ce37c

Please sign in to comment.