Skip to content

Commit 2fc14f1

Browse files
committed
correct folder
1 parent a52b734 commit 2fc14f1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ jobs:
7171
if: always()
7272
with:
7373
name: playwright-report-pages
74-
path: |
75-
special-pages/playwright-report
76-
injected/playwright-report
74+
path: special-pages/playwright-report
7775
retention-days: 5
7876
- name: Build docs
7977
run: npm run docs

special-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build.dev": "npm run build -- --env development",
1212
"lint-fix": "cd ../ && npm run lint-fix",
1313
"test-unit": "node --test \"unit-test/*\" \"pages/history/unit-tests/*\" \"pages/duckplayer/unit-tests/*\" \"pages/new-tab/app/freemium-pir-banner/unit-tests/*\"",
14-
"test-int": "playwright test --grep-invert '@screenshots' history.spec.js",
14+
"test-int": "playwright test --grep-invert '@screenshots'",
1515
"test-int-x": "npm run test-int",
1616
"test-int-snapshots": "playwright test --grep '@screenshots'",
1717
"test-int-snapshots-update": "playwright test --grep '@screenshots' --update-snapshots --last-failed --pass-with-no-tests",

0 commit comments

Comments
 (0)