Skip to content

Flaky Cypress test - right panel behaves correctly #25374

@luixxiul

Description

@luixxiul

Steps to reproduce

  1. Check recent test results, such as this and this

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions