Skip to content

Commit 400f0b1

Browse files
committed
Patch: Update test-int-snapshots-update in injected/package.json
1 parent a939470 commit 400f0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test-int": "playwright test --grep-invert '@screenshots'",
1616
"test-int-x": "xvfb-run --server-args='-screen 0 1024x768x24' npm run test-int",
1717
"test-int-snapshots": "playwright test --grep '@screenshots'",
18-
"test-int-snapshots-update": "playwright test --grep '@screenshots' --update-snapshots --last-failed",
18+
"test-int-snapshots-update": "playwright test --grep '@screenshots' --update-snapshots --last-failed --pass-with-no-tests",
1919
"test": "npm run test-unit && npm run test-int && npm run playwright",
2020
"serve": "http-server -c-1 --port 3220 integration-test/test-pages",
2121
"playwright": "playwright test --grep-invert '@screenshots'",

0 commit comments

Comments
 (0)