Skip to content

Commit

Permalink
tweak test due to plugin copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jan 26, 2024
1 parent a9e8efb commit 34f5644
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 @@ -26,7 +26,7 @@ describe( 'Coming Soon', function () {
.should( 'be.visible' );

cy.get( appClass + '-app-settings-coming-soon' )
.contains( 'label', 'Coming soon' )
.contains( 'label', 'Coming' )
.scrollIntoView()
.should( 'be.visible' );

Expand Down

0 comments on commit 34f5644

Please sign in to comment.