Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: app errors cause Cypress tests to fail #219

Open
BCerki opened this issue Jan 14, 2022 · 0 comments
Open

Bug: app errors cause Cypress tests to fail #219

BCerki opened this issue Jan 14, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@BCerki
Copy link
Contributor

BCerki commented Jan 14, 2022

Describe the bug
Cypress tests occasionally fail due to uncaught exception errors:
Screenshot from 2022-01-12 15-19-16

To Reproduce
Comment out these lines from Cypress index.js:

Cypress.on('uncaught:exception', (err, runnable) => {
    // returning false here prevents Cypress from
    // failing the test
    return false
  })

Run the Cypress tests until the uncaught exception fails one of them (which one fails and where is inconsistent).

Expected behavior
There should be no errors in the app code.

Additional context
none

@BCerki BCerki changed the title Jan 20, 2022
@BCerki BCerki transferred this issue from another repository Jan 20, 2022
@BCerki BCerki transferred this issue from button-inc/digital_marketplace_transfer_issues Jan 20, 2022
@BCerki BCerki added the bug Something isn't working label Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant