Skip to content

Commit

Permalink
Update confirmation msg in test
Browse files Browse the repository at this point in the history
  • Loading branch information
harumijang committed Dec 21, 2022
1 parent 13612b7 commit 89afc95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ context("server side webform", () => {
cy.get("[name=message]").type("This is my message.")
cy.get("[data-cy=btn-submit]").click()

cy.contains("Your message has been sent. Thank you.")
cy.contains("New submission added to Contact")
})
})

Expand Down

0 comments on commit 89afc95

Please sign in to comment.