UNCLASSIFIED

Commit 4011ceb9 authored by Micah Nagel's avatar Micah Nagel 💰
Browse files

test waits

parent f379286d
Pipeline #451087 failed with stages
in 4 minutes and 28 seconds
...@@ -41,6 +41,9 @@ describe('Mattermost Healthcheck', function() { ...@@ -41,6 +41,9 @@ describe('Mattermost Healthcheck', function() {
cy.title().should('include', 'Town Square - Big Bang') cy.title().should('include', 'Town Square - Big Bang')
} }
}) })
cy.wait(500)
cy.reload()
cy.wait(500)
// Run through setup // Run through setup
cy.get("body").then($body => { cy.get("body").then($body => {
if ($body.find('input[name="fullName"]').length > 0) { if ($body.find('input[name="fullName"]').length > 0) {
......
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