-
Notifications
You must be signed in to change notification settings - Fork 83
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
test(fieldset): playwright refactor #6366
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 14b6397:
|
["rgb(102, 132, 148)", "warning", false], | ||
["rgb(102, 132, 148)", "info", false], | ||
] as [string, string, boolean][]).forEach(([borderColor, type, bool]) => { | ||
test(`should verify input border colour is ${borderColor} when validation is ${type} and boolean prop is ${bool}`, async ({ |
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.
test(`should verify input border colour is ${borderColor} when validation is ${type} and boolean prop is ${bool}`, async ({ | |
test(`should verify input border color is ${borderColor} when validation is ${type} and boolean prop is ${bool}`, async ({ |
["rgb(102, 132, 148)", "warning", false], | ||
["rgb(102, 132, 148)", "info", false], | ||
].forEach((borderColor, type, bool) => { | ||
test(`should pass accessibility tests with input border colour ${borderColor} when validation is ${type} and boolean prop is ${bool}`, async ({ |
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.
test(`should pass accessibility tests with input border colour ${borderColor} when validation is ${type} and boolean prop is ${bool}`, async ({ | |
test(`should pass accessibility tests with input border color ${borderColor} when validation is ${type} and boolean prop is ${bool}`, async ({ |
c2b394d
to
14b6397
Compare
🎉 This PR is included in version 123.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Proposed behaviour
Refactor Fieldset tests from Cypress to Playwright
Current behaviour
Tests are currently Cypress
Checklist
d.ts
file added or updated if requiredQA
Additional context
N/A
Testing instructions
Testing instructions
fieldset.pw.tsx
file passed*.pw.tsx
files have regressed