Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Sep 6, 2023
1 parent fb070d0 commit ed30db1
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 @@ -92,7 +92,7 @@ describe('Coming Soon', function () {
it('Displays Coming Soon on Frontend', () => {
cy.logout();
cy.visit('/');
cy.title().should('not.include', 'Coming Soon');
cy.title().should('include', 'Coming Soon');
});

it('Launching launches site', () => {
Expand Down

0 comments on commit ed30db1

Please sign in to comment.