Hey All, I'm working with Cypress and github actio...
# e2e-testing
m
Hey All, I'm working with Cypress and github actions. Everything works very well locally but when I try run it in the pipeline it breaks. I'm using https://docs.cypress.io/guides/end-to-end-testing/okta-authentication#Custom-Command-for-Okta-Authentication The error that I'm getting is
CypressError: 'cy.then()' timed out after waiting '50000ms'.
and that
authClient.token.getWithoutPrompt
isn't resolving. Any idea whats going on?