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

e2e: Attempt to fix flaky tests #312

Merged
merged 1 commit into from
Mar 27, 2024
Merged

e2e: Attempt to fix flaky tests #312

merged 1 commit into from
Mar 27, 2024

Conversation

juliaogris
Copy link
Member

@juliaogris juliaogris commented Mar 27, 2024

Attempt to fix flaky tests, which is really hard as they are not reproducible
on either local run or PR deployments. The await for networkidle timed out
a couple of times on the docs tests, so I've attempted to just remove it. It
was added in the first place because the dialog loads an image
asynchronously, but maybe there is no need for an extra wait here.

We've also had a failure in the playground tests where that I saw in the same
way before I added the delay for the animation which should only take 200ms,
but maybe 300ms as enough extra little wiggle room.


just deployed manually against evytest.dev and it ran e2e against it which worked as expected, but who knows....

Attempt to fix flaky tests, which is really hard as they are not reproducible
on either local run or PR deployments. The await for `networkidle` timed out
a couple of times on the docs tests, so I've attempted to just remove it. It
was added in the first place because the dialog loads an image
asynchronously, but maybe there is no need for an extra wait here.

We've also had a failure in the playground tests where that I saw in the same
way before I added the delay for the animation which should only take 200ms,
but maybe 300ms as enough extra little wiggle room.
Copy link
Member

@camh- camh- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧪

@juliaogris juliaogris merged commit 999de57 into main Mar 27, 2024
3 checks passed
@juliaogris juliaogris deleted the e2e-fix-attempt branch March 27, 2024 01:50
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