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

The play() request was interrupted by a call to pause error reported by Cypress #714

Open
1 task
adrienjoly opened this issue Sep 4, 2023 · 1 comment
Open
1 task

Comments

@adrienjoly
Copy link
Member

adrienjoly commented Sep 4, 2023

Problem

Source of flakiness.

Full logs:

  1) Openwhyd
       should allow a user to add a track:
     AbortError: The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.

  > The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22

When Cypress detects uncaught errors originating from your application it will automatically fail the current test.

This behavior is configurable, and you can choose to turn this off by listening to the `uncaught:exception` event.

https://on.cypress.io/uncaught-exception-from-application

Source: https://github.com/openwhyd/openwhyd/actions/runs/6072955869/job/16473917863#step:10:408

When it's fixed

  • remove the call to cy.wait() in acceptance test
@adrienjoly adrienjoly added the bug label Sep 4, 2023
@adrienjoly
Copy link
Member Author

happened again locally (on my laptop) and on https://github.com/openwhyd/openwhyd/actions/runs/6081509266/job/16497303371#step:10:405.

adrienjoly pushed a commit that referenced this issue Sep 5, 2023
## [1.55.63](v1.55.62...v1.55.63) (2023-09-05)

### Bug Fixes

* **tests:** reduce chance of `The play() request was interrupted by a call to pause` error ([eb996ac](eb996ac)), closes [#714](#714)
* **typing:** TS errors in api/user.js ([6f1b03b](6f1b03b))
* **typing:** TS errors in register.js and models/user.js ([a0b92fa](a0b92fa))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant