Skip to content

Commit

Permalink
Update auth-saml.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zlwaterfield committed Aug 15, 2024
1 parent fa2f82f commit 1944ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/auth-saml.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('SAML Auth', () => {
cy.get('button[type=submit]').should('have.text', 'Continue').click()
})

cy.wait(5000)
cy.wait(20000)
cy.get('[data-attr="breadcrumb-organization"] > span').should('have.text', 'saml org')
})
})

0 comments on commit 1944ed0

Please sign in to comment.