Skip to content

Commit 5b268a5

Browse files
dmlemeshkoshahzad31kibanamachine
authored
[chore] update playwright to 1.50.1 (#210769)
## Summary Updating playwright dependencies to the latest. Should be merged only after elastic/synthetics#999 --------- Co-authored-by: Shahzad <[email protected]> Co-authored-by: kibanamachine <[email protected]>
1 parent 041244a commit 5b268a5

File tree

3 files changed

+185
-200
lines changed

3 files changed

+185
-200
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@
14071407
"@cypress/webpack-preprocessor": "^6.0.2",
14081408
"@elastic/eslint-plugin-eui": "1.0.0",
14091409
"@elastic/makelogs": "^6.1.1",
1410-
"@elastic/synthetics": "^1.18.0",
1410+
"@elastic/synthetics": "^1.18.1",
14111411
"@emotion/babel-preset-css-prop": "^11.11.0",
14121412
"@emotion/jest": "^11.11.0",
14131413
"@fast-check/jest": "^2.1.0",
@@ -1617,7 +1617,7 @@
16171617
"@mswjs/http-middleware": "0.10.3",
16181618
"@octokit/rest": "^21.1.1",
16191619
"@parcel/watcher": "^2.1.0",
1620-
"@playwright/test": "1.49.0",
1620+
"@playwright/test": "1.50.1",
16211621
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
16221622
"@redocly/cli": "^1.34.3",
16231623
"@statoscope/webpack-plugin": "^5.28.2",
@@ -1895,8 +1895,8 @@
18951895
"pirates": "^4.0.7",
18961896
"piscina": "^3.2.0",
18971897
"pixelmatch": "^5.3.0",
1898-
"playwright": "1.49.0",
1899-
"playwright-chromium": "1.49.0",
1898+
"playwright": "1.50.1",
1899+
"playwright-chromium": "1.50.1",
19001900
"pngjs": "^7.0.0",
19011901
"postcss": "^8.5.3",
19021902
"postcss-loader": "^8.1.1",

x-pack/test/security_solution_playwright/fixtures/saml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { HostOptions, SamlSessionManager } from '@kbn/test';
1111
import { resolve } from 'path';
1212
import { REPO_ROOT } from '@kbn/repo-info';
1313

14-
export const test = base.extend({
14+
export const test = base.extend<{ samlSessionManager: SamlSessionManager }>({
1515
samlSessionManager: async ({}, use) => {
1616
const log = new ToolingLog({ level: 'verbose', writeTo: process.stdout });
1717

0 commit comments

Comments
 (0)