Skip to content

Commit 291b749

Browse files
committed
Update playwright version and fix typo in test
Contributed on behalf of STMicroelectronics Signed-off-by: Olaf Lessenich <[email protected]>
1 parent 032e71e commit 291b749

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

examples/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"src"
3131
],
3232
"dependencies": {
33-
"@playwright/test": "^1.32.1",
33+
"@playwright/test": "^1.32.3",
3434
"fs-extra": "^9.0.8"
3535
},
3636
"devDependencies": {

examples/playwright/src/tests/theia-electron-app.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test.describe('Theia Electron Application', () => {
5757
});
5858

5959
test.skip('open sample.txt via file menu', async () => {
60-
const menuEntry = 'Open Folder...';
60+
const menuEntry = 'Open File...';
6161

6262
await (await app.menuBar.openMenu('File')).clickMenuItem(menuEntry);
6363

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,13 +1622,13 @@
16221622
"@phosphor/signaling" "^1.3.1"
16231623
"@phosphor/virtualdom" "^1.2.0"
16241624

1625-
"@playwright/test@^1.32.1":
1626-
version "1.32.1"
1627-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.32.1.tgz#749c9791adb048c266277a39ba0f7e33fe593ffe"
1628-
integrity sha512-FTwjCuhlm1qHUGf4hWjfr64UMJD/z0hXYbk+O387Ioe6WdyZQ+0TBDAc6P+pHjx2xCv1VYNgrKbYrNixFWy4Dg==
1625+
"@playwright/test@^1.32.3":
1626+
version "1.32.3"
1627+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.32.3.tgz#75be8346d4ef289896835e1d2a86fdbe3d9be92a"
1628+
integrity sha512-BvWNvK0RfBriindxhLVabi8BRe3X0J9EVjKlcmhxjg4giWBD/xleLcg2dz7Tx0agu28rczjNIPQWznwzDwVsZQ==
16291629
dependencies:
16301630
"@types/node" "*"
1631-
playwright-core "1.32.1"
1631+
playwright-core "1.32.3"
16321632
optionalDependencies:
16331633
fsevents "2.3.2"
16341634

@@ -8988,10 +8988,10 @@ pkg-up@^3.1.0:
89888988
dependencies:
89898989
find-up "^3.0.0"
89908990

8991-
8992-
version "1.32.1"
8993-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.32.1.tgz#5a10c32403323b07d75ea428ebeed866a80b76a1"
8994-
integrity sha512-KZYUQC10mXD2Am1rGlidaalNGYk3LU1vZqqNk0gT4XPty1jOqgup8KDP8l2CUlqoNKhXM5IfGjWgW37xvGllBA==
8991+
8992+
version "1.32.3"
8993+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.32.3.tgz#e6dc7db0b49e9b6c0b8073c4a2d789a96f519c48"
8994+
integrity sha512-SB+cdrnu74ZIn5Ogh/8278ngEh9NEEV0vR4sJFmK04h2iZpybfbqBY0bX6+BLYWVdV12JLLI+JEFtSnYgR+mWg==
89958995

89968996
pn@^1.1.0:
89978997
version "1.1.0"

0 commit comments

Comments
 (0)