Skip to content

Commit 9d17f78

Browse files
committed
Updated e2e screenshot
1 parent 27ac9a0 commit 9d17f78

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint": "eslint src --max-warnings 0",
88
"playwright": "playwright test dragdrop --headed",
99
"test": "vitest --run",
10-
"test:updateSnaps": "docker run --rm -e RUN_IN_DOCKER=true --network host -v $(pwd)/..:/work/ -w /work/tests -it mcr.microsoft.com/playwright:v1.51.1-noble npx playwright test dragdrop -u",
10+
"test:updateSnaps": "docker run --rm -e RUN_IN_DOCKER=true --network host -v $(pwd)/..:/work/ -w /work/tests -it mcr.microsoft.com/playwright:v1.51.1-noble npx playwright test -u",
1111
"test-ct": "playwright test -c playwright-ct.config.ts --headed",
1212
"test-ct:updateSnaps": "docker run --rm -e RUN_IN_DOCKER=true --network host -v $(pwd)/..:/work/ -w /work/tests -it mcr.microsoft.com/playwright:v1.51.1-noble npx playwright test -c playwright-ct.config.ts -u",
1313
"clean": "rimraf dist"
-744 Bytes
Loading

0 commit comments

Comments
 (0)