UNCLASSIFIED

Commit 0d24ae24 authored by Micah Nagel's avatar Micah Nagel 💰
Browse files

test

parent 61851549
Pipeline #451164 failed with stages
in 4 minutes and 33 seconds
...@@ -49,8 +49,7 @@ describe('Mattermost Healthcheck', function() { ...@@ -49,8 +49,7 @@ describe('Mattermost Healthcheck', function() {
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("Skip this step").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()
......
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