Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-visual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Visual Tests
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.52.0-jammy
image: mcr.microsoft.com/playwright:v1.59.1-jammy
steps:
- name: Checkout
uses: actions/checkout@v6
Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@babel/preset-typescript": "7.28.5",
"@bem-react/classname": "^1.6.0",
"@gravity-ui/icons": "^2.12.0",
"@playwright/experimental-ct-react": "1.52.0",
"@playwright/test": "1.52.0",
"@playwright/experimental-ct-react": "1.59.1",
"@playwright/test": "1.59.1",
"@storybook/addon-docs": "10.3.5",
"@storybook/addon-webpack5-compiler-babel": "4.0.1",
"@storybook/cli": "10.3.5",
Expand Down
2 changes: 1 addition & 1 deletion demo/scripts/playwright-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd "$REPO_ROOT"
echo "Running in $(pwd)"

IMAGE_NAME="mcr.microsoft.com/playwright"
IMAGE_TAG="v1.52.0-jammy" # This version have to be synchronized with playwright version from package.json
IMAGE_TAG="v1.59.1-jammy" # This version have to be synchronized with playwright version from package.json

PNPM_STORE_CACHE_DIR="$HOME/.cache/markdown-editor-playwright-docker-pnpm-store"
NODE_MODULES_CACHE_DIR="$HOME/.cache/markdown-editor-playwright-docker-node-modules"
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading