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

[Flaky Tests] Investigate and fix it #3477

Open
tuliobluz opened this issue Apr 25, 2024 · 1 comment
Open

[Flaky Tests] Investigate and fix it #3477

tuliobluz opened this issue Apr 25, 2024 · 1 comment
Assignees

Comments

@tuliobluz
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently, we have 1 High and 3 Medium flaky tests, as shown below. The idea of this issue is to investigate and fix them.

Flaky

High:

[Can contact profiles by default]

> KeyPath email on object store 2tn1X_messages_rev20231022 is not indexed

Medium:

[By Authenticated]
Timed out retrying after 15000ms: Expected to find element: [data-cy=intro-title], but never found it.

> Cannot read properties of undefined (reading 'updateAggregation')

$el.css is not a function

[by default should render all accepted pins]

Timed out retrying after 15000ms: Expected to find element: [class*="leaflet-marker-icon"], but never found it.

Cannot read properties of undefined (reading 'updateAggregation')

[Warning on leaving page]

Timed out retrying after 15000ms: Expected to find element: [data-cy=intro-title], but never found it.

Timed out retrying after 15000ms: expected 'http://localhost:3456/how-to?sort=Newest' to match /\/how-to$/

Describe the solution you'd like

First, investigate and come up with a solution for the flaky test.

Describe alternatives you've considered

Check the logs and based on it, act to fix the issues.

@thisislawatts
Copy link
Collaborator

Sharing here for visibility this commit, da9c59d, which skips 2 tests in our e2e suite due to issues with appear caused by state in the underlying user account.

We have way too many tests tied to this user account, ideally we can find a path forward here where we isolate user accounts to a single test suite.

benfurber added a commit that referenced this issue May 8, 2024
@cypress cypress bot mentioned this issue May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New / Under Discussion
Development

No branches or pull requests

2 participants