Skip to content

Commit 507fe7f

Browse files
Update 1st-gen/package.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 824cfb3 commit 507fe7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1st-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"test": "yarn test:focus unit",
6565
"test:a11y": "playwright test --config=../2nd-gen/playwright.a11y.config.ts",
6666
"test:a11y:1st": "playwright test --config=../2nd-gen/playwright.a11y.config.ts --project=1st-gen",
67-
"test:a11y:ui": "playwright test --config=../2nd-gen/playwright.a11y.config.ts --ui",
6867
"test:a11y:2nd": "playwright test --config=../2nd-gen/playwright.a11y.config.ts --project=2nd-gen",
68+
"test:a11y:ui": "playwright test --config=../2nd-gen/playwright.a11y.config.ts --ui",
6969
"test:a11y:report": "playwright show-report ../2nd-gen/test/playwright-a11y/report",
7070
"test:bench": "yarn build:tests && node test/benchmark/cli.js",
7171
"test:changed": "node ./scripts/test-changes.js",

0 commit comments

Comments
 (0)