Skip to content

Commit

Permalink
Fix tutorial e2e test.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp committed Mar 8, 2021
1 parent 0e1e965 commit b8b9b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/e2e/cypress/integration/tutorial/tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit b8b9b10

Please sign in to comment.