Skip to content

Commit a191dde

Browse files
committed
chore: up playwright
1 parent 13cb2f0 commit a191dde

File tree

5 files changed

+6
-13
lines changed

5 files changed

+6
-13
lines changed

.github/workflows/pr-visual-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Visual Tests
99
runs-on: ubuntu-latest
1010
container:
11-
image: mcr.microsoft.com/playwright:v1.49.0-jammy
11+
image: mcr.microsoft.com/playwright:v1.51.1-jammy
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"@gravity-ui/stylelint-config": "^4.0.1",
8383
"@gravity-ui/tsconfig": "^1.0.0",
8484
"@gravity-ui/uikit": "^7.4.0",
85-
"@playwright/experimental-ct-react": "^1.49.0",
86-
"@playwright/test": "^1.49.0",
85+
"@playwright/experimental-ct-react": "^1.51.1",
86+
"@playwright/test": "^1.51.1",
8787
"@storybook/addon-a11y": "^8.2.9",
8888
"@storybook/addon-actions": "^8.2.9",
8989
"@storybook/addon-essentials": "^8.2.9",

playwright/playwright.config.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ const config: PlaywrightTestConfig = {
6363
deviceScaleFactor: 2,
6464
},
6565
},
66-
// {
67-
// name: 'webkit',
68-
// use: {
69-
// ...devices['Desktop Safari'],
70-
// deviceScaleFactor: 2,
71-
// },
72-
// },
7366
],
7467
};
7568

scripts/playwright-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
IMAGE_NAME="mcr.microsoft.com/playwright"
6-
IMAGE_TAG="v1.49.0-jammy" # This version have to be synchronized with playwright version from package.json
6+
IMAGE_TAG="v1.51.1-jammy" # This version have to be synchronized with playwright version from package.json
77

88
NODE_MODULES_CACHE_DIR="$HOME/.cache/uikit-playwright-docker-node-modules"
99

0 commit comments

Comments
 (0)