-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
matrix-org/matrix-react-sdk
#10912Closed
Copy link
Labels
Description
Steps to reproduce
Outcome
What did you expect?
The test should successfully run on Cypress Cloud.
What happened instead?
The test failed on Cypress Cloud.
The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.
> Cannot read properties of undefined (reading 'getId')
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
at TimelinePanel_TimelinePanel.sendReadReceipt (http://localhost:8080/bundles/efe1ac7cf3e920c1732a/element-web-app.js:41687:36) at TimelinePanel_TimelinePanel.sendReadReceipts (http://localhost:8080/bundles/efe1ac7cf3e920c1732a/element-web-app.js:41258:25) at TimelinePanel_TimelinePanel.updateReadReceiptOnUserActivity (http://localhost:8080/bundles/efe1ac7cf3e920c1732a/element-web-app.js:41609:18)
The test successfully runs on local Cypress.
Operating system
No response
Browser information
No response
URL for webapp
No response
Application version
No response
Homeserver
No response
Will you send logs?
No