UNCLASSIFIED

Commit a5c5d07e authored by Micah Nagel's avatar Micah Nagel 💰
Browse files

do this again

parent 8ac70b14
Pipeline #451305 failed with stages
in 4 minutes and 13 seconds
......@@ -50,6 +50,9 @@ describe('Mattermost Healthcheck', function() {
let randomChat = "Hello " + Math.random().toString(36).substring(8);
cy.get('textarea[id="post_textbox"]').type(randomChat).type('{enter}')
cy.reload()
// 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("Town Square").click()
cy.get('p').contains(randomChat).should('be.visible')
})
......
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