Skip to content

Commit 89afc95

Browse files
committed
Update confirmation msg in test
1 parent 13612b7 commit 89afc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example-webform/cypress/integration/webform.spec.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ context("server side webform", () => {
3030
cy.get("[name=message]").type("This is my message.")
3131
cy.get("[data-cy=btn-submit]").click()
3232

33-
cy.contains("Your message has been sent. Thank you.")
33+
cy.contains("New submission added to Contact")
3434
})
3535
})
3636

0 commit comments

Comments
 (0)