UNCLASSIFIED

Commit 81175ccd authored by Micah Nagel's avatar Micah Nagel 💰
Browse files

try this

parent a5c5d07e
Pipeline #451309 failed with stages
in 4 minutes and 35 seconds
...@@ -48,7 +48,8 @@ describe('Mattermost Healthcheck', function() { ...@@ -48,7 +48,8 @@ describe('Mattermost Healthcheck', function() {
cy.get('span[class="SidebarChannelLinkLabel"]').contains("Off-Topic").click() cy.get('span[class="SidebarChannelLinkLabel"]').contains("Off-Topic").click()
cy.get('span[class="SidebarChannelLinkLabel"]').contains("Town Square").click() cy.get('span[class="SidebarChannelLinkLabel"]').contains("Town Square").click()
let randomChat = "Hello " + Math.random().toString(36).substring(8); 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() cy.reload()
// Click between channels to dodge the tutorial if it exists // Click between channels to dodge the tutorial if it exists
cy.get('span[class="SidebarChannelLinkLabel"]').contains("Off-Topic").click() cy.get('span[class="SidebarChannelLinkLabel"]').contains("Off-Topic").click()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment