UNCLASSIFIED

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

add mising quotes

parent 4011ceb9
Pipeline #451144 failed with stages
in 4 minutes and 28 seconds
...@@ -41,20 +41,19 @@ describe('Mattermost Healthcheck', function() { ...@@ -41,20 +41,19 @@ describe('Mattermost Healthcheck', function() {
cy.title().should('include', 'Town Square - Big Bang') cy.title().should('include', 'Town Square - Big Bang')
} }
}) })
cy.wait(500) // Add a wait because the UI is slow to pop up sometimes
cy.reload() cy.wait(1000)
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) {
cy.get('input[name="fullName"]').type("Big Bang Bot") cy.get('input[name="fullName"]').type("Big Bang Bot")
cy.get('button[data-testid="CompleteProfileStep__saveProfileButton]').click() cy.get('button[data-testid="CompleteProfileStep__saveProfileButton"]').click()
cy.get('button[data-testid="TeamProfileStep__saveTeamButton]').click() cy.get('button[data-testid="TeamProfileStep__saveTeamButton"]').click()
cy.get('span').contains("Set up notifications").click() cy.get('span').contains("Set up notifications").click()
cy.get('div[class="scrollbar--view"]').click() cy.get('div[class="scrollbar--view"]').click()
cy.get('button[data-testid="InviteMembersStep__finishButton]').click() cy.get('button[data-testid="InviteMembersStep__finishButton"]').click()
cy.get('input[id="input_enter_support_email"]').type("help@bigbang.dev") cy.get('input[id="input_enter_support_email"]').type("help@bigbang.dev")
cy.get('button[data-testid="EnterSupportEmailStep__finishButton]').click() cy.get('button[data-testid="EnterSupportEmailStep__finishButton"]').click()
cy.get('span[id="closeIcon"]').click() cy.get('span[id="closeIcon"]').click()
cy.get('span').contains("Remove").click() cy.get('span').contains("Remove").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