-
Notifications
You must be signed in to change notification settings - Fork 302
Update Actor pattern documentation to include a11y-poc functionality #2022
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
Conversation
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.
Pull request overview
This PR updates the Actor pattern documentation to reflect new accessibility functionality added to the acceptance test suite in PR #410. The documentation now includes comprehensive guidance on using accessibility-focused methods for keyboard navigation and focus verification, which align with WCAG requirements.
Key changes:
- Added new "Accessibility Methods" section documenting
a11y_checks,presses,fillsIn, andselectsRadioButtonmethods - Updated existing code examples to demonstrate accessibility methods instead of direct Playwright methods
- Added extensive new examples showing PageObject, Task, and test scenario implementations using the new accessibility methods
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Thanks for the PR @ravenokko :) |
We have updated the acceptance test suite to include additional support for accessibility with shopware/acceptance-test-suite#410. This updates the Actor pattern page details to include the new methods available.