UNCLASSIFIED

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

idk

parent aeeb51a1
Pipeline #445999 canceled with stages
in 12 seconds
...@@ -72,6 +72,8 @@ describe('Mattermost Healthcheck', function() { ...@@ -72,6 +72,8 @@ describe('Mattermost Healthcheck', function() {
cy.get('input[id="TeamSettings.SiteName"]').clear().type(randomName) cy.get('input[id="TeamSettings.SiteName"]').clear().type(randomName)
cy.get('button[id="saveSetting"]').click() cy.get('button[id="saveSetting"]').click()
cy.reload() cy.reload()
cy.wait(1000)
cy.reload()
cy.title().should('include', randomName) cy.title().should('include', randomName)
}) })
}) })
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