From 8d7fdec17fcd4b6fc3551b88154e155659a0adf4 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Fri, 26 Apr 2019 09:22:57 -0300 Subject: [PATCH] Update the cypress test for new button text --- cypress/integration/post/Comment.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/post/Comment.feature b/cypress/integration/post/Comment.feature index 8370bcfd4..9d76a8cef 100644 --- a/cypress/integration/post/Comment.feature +++ b/cypress/integration/post/Comment.feature @@ -16,7 +16,7 @@ Feature: Post Comment """ Human Connection rocks """ - And I click on "Submit Comment" + And I click on "Comment" Then my comment should be successfully created And I should see my comment And the editor should be cleared