Skip to content

chore(deps): update playwright #13715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 16, 2025
Merged
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@sveltejs/eslint-config": "^8.1.0",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"eslint": "^9.6.0",
"playwright": "^1.44.1",
"@playwright/test": "catalog:",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"typescript-eslint": "^8.24.0"
Expand All @@ -42,4 +42,4 @@
"esbuild"
]
}
}
}
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"worktop": "0.8.0-next.18"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@playwright/test": "catalog:",
"@sveltejs/kit": "workspace:^",
"@types/node": "^18.19.48",
"esbuild": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test": "pnpm -r --workspace-concurrency 1 --filter=\"./test/**\" test"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@playwright/test": "catalog:",
"@sveltejs/kit": "workspace:^",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@types/node": "^18.19.48",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"sirv": "^3.0.0"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@playwright/test": "catalog:",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@types/connect": "^3.4.38",
"@types/node": "^18.19.48",
Expand Down
3 changes: 2 additions & 1 deletion packages/kit/test/apps/basics/test/cross-platform/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ test.describe('CSS', () => {

test('applies styles correctly', async ({ page, get_computed_style }) => {
await page.goto('/css');

// without this assertion, the WebKit browser seems to close before we can compute the styles
await expect(page.locator('.styled')).toBeVisible();
check_styles(get_computed_style);
});

Expand Down

This file was deleted.

52 changes: 29 additions & 23 deletions pnpm-lock.yaml

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

3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ packages:
- 'packages/create-svelte/templates/*'
- '!.test-tmp/**'
- 'playgrounds/*'

catalog:
"@playwright/test": "^1.51.1"
Loading