Skip to content

Commit

Permalink
update home notice expected text to match updated text
Browse files Browse the repository at this point in the history
this was changed in the previous commit because the onboarding screen is no longer in the app and it was updated to remove the page and content to reflect that.
  • Loading branch information
circlecube committed Oct 31, 2024
1 parent 3dcfb5c commit b076afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/notifications.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ describe( 'Notifications', () => {
).should( 'be.visible' );
cy.get(
'.newfold-notifications-wrapper #notification-test-home'
).contains( 'display on home and onboarding screens' );
).contains( 'display on home screen only' );

cy.get(
'#notification-test-home button.notice-dismiss[data-action="close"]'
Expand Down

0 comments on commit b076afb

Please sign in to comment.