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

Fix flaky Cypress submission test #725

Merged
merged 2 commits into from
Dec 9, 2024
Merged

Fix flaky Cypress submission test #725

merged 2 commits into from
Dec 9, 2024

Conversation

Splines
Copy link
Member

@Splines Splines commented Dec 8, 2024

In #945, one Cypress test was failing (but only once). I couldn't reproduce the issue locally. With this PR, we intercept the submissions POST request and wait for it to be finished before logging the user out. This should hopefully prevent the flakiness in the future.

Copy link

codecov bot commented Dec 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.28%. Comparing base (94000a8) to head (cb44b6b).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #725   +/-   ##
=======================================
  Coverage   54.28%   54.28%           
=======================================
  Files         170      170           
  Lines        7346     7346           
=======================================
  Hits         3988     3988           
  Misses       3358     3358           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Splines Splines merged commit 34a99de into dev Dec 9, 2024
4 checks passed
@Splines Splines deleted the fix/cypress-flaky-profile branch December 9, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants