diff --git a/examples/example-webform/cypress/integration/webform.spec.tsx b/examples/example-webform/cypress/integration/webform.spec.tsx index 78b838bf..47f6026c 100644 --- a/examples/example-webform/cypress/integration/webform.spec.tsx +++ b/examples/example-webform/cypress/integration/webform.spec.tsx @@ -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") }) })