Skip to content

Commit

Permalink
chore: bump Playwright to 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Dec 5, 2022
1 parent fd1ef52 commit 808bf81
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 40 deletions.
2 changes: 1 addition & 1 deletion samples/e2eTestUtils/ElectronPlaywrightTestUtils.ts
@@ -1,4 +1,4 @@
import { ElectronApplication, Page } from "playwright";
import { ElectronApplication, Page } from "playwright-core";
import * as fs from "fs";

export async function enterCredentials(page: Page, screenshot: Screenshot, username: string, accountPwd: string): Promise<void> {
Expand Down
3 changes: 1 addition & 2 deletions samples/msal-node-samples/ElectronTestApp/package.json
Expand Up @@ -20,10 +20,9 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@playwright/test": "~1.27.0",
"@playwright/test": "~1.28.1",
"babel": "^6.23.0",
"electron": "^18.0.1",
"playwright": "~1.27.0",
"typescript": "^4.1.2"
},
"dependencies": {
Expand Down
@@ -1,7 +1,6 @@
import * as path from 'path';

import { ElectronApplication, Page, _electron as electron } from "playwright";
import { test, expect, } from "@playwright/test";
import { ElectronApplication, Page, _electron as electron, test, expect } from "@playwright/test";

import { setupCredentials } from "../../../e2eTestUtils/TestUtils";
import { NodeCacheTestUtils } from "../../../e2eTestUtils/NodeCacheTestUtils";
Expand Down
@@ -1,7 +1,6 @@
import * as path from 'path';

import { ElectronApplication, Page, _electron as electron } from "playwright";
import { test, expect, } from "@playwright/test";
import { ElectronApplication, Page, _electron as electron, test, expect } from "@playwright/test";

import { setupCredentials } from "../../../e2eTestUtils/TestUtils";
import { NodeCacheTestUtils } from "../../../e2eTestUtils/NodeCacheTestUtils";
Expand Down
39 changes: 7 additions & 32 deletions samples/package-lock.json

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

2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -18,7 +18,7 @@
"dotenv": "^8.2.0",
"find-process": "^1.4.4",
"jest": "^27.1.1",
"playwright": "~1.27.0",
"playwright-core": "~1.28.1",
"puppeteer": "^19.2.0",
"ts-jest": "^27.0.5"
}
Expand Down

0 comments on commit 808bf81

Please sign in to comment.