Skip to content

Commit

Permalink
Merge pull request #13 from newfold-labs/cypress/coming-soon-section-…
Browse files Browse the repository at this point in the history
…title-check

Check for 'Site Status' in Coming Soon Toggle Functions
  • Loading branch information
wpalani authored Oct 4, 2023
2 parents f9596c2 + 0a92d54 commit af5bf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/coming-soon.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Coming Soon', function () {
.contains('span', 'Coming Soon')
.should('be.visible');

cy.get( appClass + '-app-settings-coming-soon').contains('h3', 'Maintenance Mode')
cy.get( appClass + '-app-settings-coming-soon').contains('h3', 'Site Status')
.scrollIntoView()
.should('be.visible');

Expand Down

0 comments on commit af5bf59

Please sign in to comment.