Skip to content

Commit ad984d5

Browse files
committed
fix: use double-bracket in ext. e2e test
1 parent 6cf9b91 commit ad984d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/extensions.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ describe("Extensions", true, () => {
77

88
await codeServerPage.executeCommandViaMenus("code-server: Get proxy URI")
99

10-
await codeServerPage.page.waitForSelector(`text=${address}/proxy/{port}`)
10+
await codeServerPage.page.waitForSelector(`text=${address}/proxy/{{port}}`)
1111
})
1212
})

0 commit comments

Comments
 (0)