Skip to content

Commit 7ff9876

Browse files
chore: Update playwright (#1334)
* Updated playwright * Small fix * Updated commands * Updated screenshots * Updated commands * Updated screenshots * Updated screenshots
1 parent 3b5af24 commit 7ff9876

File tree

48 files changed

+35
-35
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+35
-35
lines changed

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"lint": "eslint src --max-warnings 0",
88
"playwright": "npx playwright test",
99
"playwright:ui": "npx playwright test --ui",
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.44.1-focal npx playwright test -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.49.1-noble npx playwright test -u",
1111
"test-ct": "playwright test -c playwright-ct.config.ts --headed",
12-
"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.35.1-focal npx playwright test -c playwright-ct.config.ts -u",
12+
"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.49.1-noble npx playwright test -c playwright-ct.config.ts -u",
1313
"clean": "rimraf dist"
1414
},
1515
"dependencies": {
@@ -22,8 +22,8 @@
2222
"@blocknote/mantine": "^0.21.0",
2323
"@blocknote/react": "^0.21.0",
2424
"@blocknote/shadcn": "^0.21.0",
25-
"@playwright/experimental-ct-react": "^1.42.1",
26-
"@playwright/test": "^1.42.1",
25+
"@playwright/experimental-ct-react": "^1.49.1",
26+
"@playwright/test": "^1.49.1",
2727
"eslint": "^8.10.0",
2828
"react-icons": "^5.2.1",
2929
"rimraf": "^5.0.5"
7.84 KB
-5.88 KB
7.17 KB
-1.43 KB
205 Bytes
6.44 KB
-1.86 KB
35 Bytes

0 commit comments

Comments
 (0)