-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Build: Fix flakey E2E tests #25852
Comments
Update 20 februari: So we should either:
|
Let's label these with |
Some findings on the tags-test:
|
More findings on tags-test:
I have a branch with logs that help understand what's going on: https://github.com/storybookjs/storybook/compare/yann/investigate-safari-flakiness?expand=1 If you run a sandbox on that branch and take a screenshot of the logs, then refresh until the bug happens, and compare, you will see the timing issue. I couldn't find a solution. Seems like it's a quite delicate thing and potentially there might be other errors related to the store state sync situation. |
Describe the bug
As part of #25850 I had to disable a few E2E tests:
Before I disabled them I verified by hand that the features are working and it is a race condition in the tests and not a problem with Storybook. We should fix the tests before RC.
To Reproduce
Only one of the race conditions reproduces locally for me in Webkit. The rest can be reproduced by re-enabling the tests and observing CI.
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: