Update cypress test casing

This commit is contained in:
mattwr18 2020-01-31 14:45:27 +01:00
parent c8c71a52c6
commit ce42b2b8e9

View File

@ -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", () => {