Skip to content

Commit 1d32068

Browse files
committed
try different selector
1 parent 5354b0f commit 1d32068

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/displayLang.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ describe("Display language patch", flags, {}, () => {
88
test("should allow you to load code-server in Spanish", async ({ codeServerPage }) => {
99
test.setTimeout(45000)
1010

11-
// Click [aria-label="Extensions (⇧⌘X)"]
12-
await codeServerPage.page.click('[aria-label="Extensions (⇧⌘X)"]')
11+
await codeServerPage.page.click(".extensions-badge")
1312

1413
// Click [aria-label="Spanish Language Pack for Visual Studio Code, 1.70.0, Publisher MS-CEINTL, Language pack extension for Spanish"] >> text=Set Display Language
1514
await codeServerPage.page.click(

0 commit comments

Comments
 (0)