Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Accessibility test Kitchen Sink with Playwright #1260
Accessibility test Kitchen Sink with Playwright #1260
Changes from 39 commits
e3ed101
a16cc88
68079b2
5030606
423ed5d
de4e2dd
310f171
09906c1
2480b00
6f938ba
b5b57ca
f47a60a
62b6ae7
fc04acf
23be214
66fac74
bc311db
94fb49f
9436844
e5a8814
3f86b11
700b64a
c57011d
ced281d
33b10ac
f8cee2c
9df077a
1c2b8d5
a4325f5
72dfedc
f1c8007
0317729
744fc94
5e06478
6820864
419d9e8
c18dbd6
e63d3e7
83af9ac
178a689
f7b92ea
926d426
49c15a9
036506b
0f0d599
2176326
ec6a9d7
452ef73
71a86ac
645202c
07b9566
19ccd1b
112a27a
00005d2
b9d83f6
22953ed
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I had initially removed this until I had to update the CI tests and realised I duplicated a lot of code trying to use
pytest
directly like in other tests.So, for now, I am leaving this here and calling tests through
nox
.Note: I am unsure if we should keep the
GITPOD_WORKSPACE_ID
bit. I am a Gitpod user, but I wonder if it will confuse the rest of the folks who do not use Gitpod.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.
I hadn't heard of Gitpod, but I wasn't confused :) I figured "probably some containerized thing" (I've since looked it up).
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
😍