diff --git a/tasks/e2e/cypress/integration/tutorial/tutorial.js b/tasks/e2e/cypress/integration/tutorial/tutorial.js index 7f1f017665bc..773793b2c650 100644 --- a/tasks/e2e/cypress/integration/tutorial/tutorial.js +++ b/tasks/e2e/cypress/integration/tutorial/tutorial.js @@ -120,7 +120,7 @@ describe('The Redwood Tutorial - Golden path edition', () => { cy.contains('Delete').click() // No more posts, so it should be in the empty state. - cy.contains('Post deleted.') + cy.contains('Post deleted') cy.contains('Create one?').click() cy.get('input#title').type('Second post')