From 81175ccd38936f32e6a29b05689158469ff245cc Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Mon, 30 Aug 2021 12:03:09 -0600 Subject: [PATCH] try this --- chart/tests/cypress/mattermost-health.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chart/tests/cypress/mattermost-health.spec.js b/chart/tests/cypress/mattermost-health.spec.js index 86d7494..fa16c6b 100644 --- a/chart/tests/cypress/mattermost-health.spec.js +++ b/chart/tests/cypress/mattermost-health.spec.js @@ -48,7 +48,8 @@ describe('Mattermost Healthcheck', function() { cy.get('span[class="SidebarChannelLinkLabel"]').contains("Off-Topic").click() cy.get('span[class="SidebarChannelLinkLabel"]').contains("Town Square").click() let randomChat = "Hello " + Math.random().toString(36).substring(8); - cy.get('textarea[id="post_textbox"]').type(randomChat).type('{enter}') + cy.get('textarea[id="post_textbox"]').type(randomChat) + cy.get('textarea[id="post_textbox"]').type('{enter}') cy.reload() // Click between channels to dodge the tutorial if it exists cy.get('span[class="SidebarChannelLinkLabel"]').contains("Off-Topic").click() -- GitLab