-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Template Mode: Try fix flaky tests #39711
Conversation
Usually, GitHub Action passed these tests on the second run. However, when running locally, I got mixed results even after using the correct store to disable Welcome Guide, so there might be another reason for flakiness. |
Size Change: +602 B (0%) Total Size: 1.21 MB
ℹ️ View Unchanged
|
@talldan, it's looks like a few preferences like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hadn't seen this failure before, but it looks like I made a mistake, so thank you for fixing it!
What?
Template mode tests were failing because the Welcome Guide wasn't correctly disabled.
Fixes following error:
Why?
Tests need a welcome guide to being disabled.
How?
Use the correct store to disable Welcome Guide.
Testing Instructions
E2E Tests should be passing