diff --git a/cypress/integration/common/post.js b/cypress/integration/common/post.js index 064c84cb5..39407ef4f 100644 --- a/cypress/integration/common/post.js +++ b/cypress/integration/common/post.js @@ -23,7 +23,7 @@ Then("I click on the reply button", () => { }); Then("my comment should be successfully created", () => { - cy.get(".iziToast-message").contains("Comment Submitted"); + cy.get(".iziToast-message").contains("Comment submitted!"); }); Then("I should see my comment", () => {