-
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
Migrate a11y test to Playwright #39638
Conversation
Size Change: 0 B Total Size: 1.21 MB ℹ️ View Unchanged
|
fb58524
to
a5e5359
Compare
@kevin940726 changing the keyboard shortcut from I think that's what the |
a5e5359
to
bf2cc63
Compare
Should we close this in favor of #46038? The new PR will run a11y tests with multiple browsers. |
@Mamaduka Sorry for the confusion, I wasn't aware of this PR. I'd vote in favor of #46038, also because this PR is a bit stale. For example, some utils have already been merged into trunk e.g. |
@afercia, I agree that the tests in the new PR (after issues are fixed) will give us better coverage. Also, role-based locators are always preferred, and we're trying to include this in migrations whenever possible. |
What?
Migrate
a11y.test.js
to its Playwright version.Why?
See #38570 for its background and rationale.
How?
See MIGRATION.md for migration steps.
Testing Instructions
Run
npm run test-e2e:playwright -- /test/e2e/specs/editor/various/a11y.spec.js
.