Tests: Auto-fix some new 'eslint-plugin-playwright' warnings#77314
Tests: Auto-fix some new 'eslint-plugin-playwright' warnings#77314
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: 0 B Total Size: 7.74 MB ℹ️ View Unchanged
|
|
Flaky tests detected in 683c55d. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/24393877609
|
What?
Related #76506.
PR fixes some annoying warnings for e2e tests. These became more visible after recent ESLint updates and are distracting when working with e2e tests.
Fixing
prefer-locatorwould be nice, but bulk-fixing them could introduce merge conflicts, since they're usually used in test bodies.Testing Instructions