Skip to content

Commit

Permalink
Merge pull request #15 from newfold-labs/update/test-since-ecom-update
Browse files Browse the repository at this point in the history
Tweak coming soon section on plugin home test
  • Loading branch information
circlecube authored Nov 2, 2023
2 parents 05cf354 + 7d1695c commit 65e6437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cypress/integration/coming-soon.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ describe('Coming Soon', function () {
.should('be.visible');

cy.get( appClass + '-home .nfd-app-section-content')
.contains('a.nfd-button', 'Preview your').first()
.contains('a.nfd-button', 'iew your s').first()
.should('exist');

cy.get( appClass + '-home .nfd-app-section-content').first()
.contains('button', 'Launch your')
.contains('button', 'Launch')
.should('exist');

});
Expand Down

0 comments on commit 65e6437

Please sign in to comment.