Skip to content

Commit

Permalink
remove confusing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jan 17, 2024
1 parent c735333 commit a1c7267
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cypress/integration/coming-soon.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ describe( 'Coming Soon', function () {
cy.exec( 'npx wp-env run cli wp option update nfd_coming_soon true' );
} );

// skip this test since it is not true on some brand plugins.
it( 'Has Coming Soon Section on Home', () => {
cy.visit(
'/wp-admin/admin.php?page=' + Cypress.env( 'pluginId' ) + '#/home'
Expand Down

0 comments on commit a1c7267

Please sign in to comment.