From ce42b2b8e9be29648611262dac0903b748e14c48 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Fri, 31 Jan 2020 14:45:27 +0100 Subject: [PATCH] Update cypress test casing --- cypress/integration/common/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", () => {