-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Set fixedToolbar to false after each top toolbar test to ensure proper cleanup #51600
Conversation
Size Change: 0 B Total Size: 1.4 MB ℹ️ View Unchanged
|
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.
Thanks, @jeryj!
Flaky tests detected in e8aaae7. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5292258562
|
What? / Why? / How?
The cleanup for this test was handled in the test after it, rather than within the test itself. This moves the setTopToolbar( false ) into the Top Toolbar test.
Testing Instructions
npm run test:e2e:playwright shortcut-focus-toolbar.spec.js