We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf9b91 commit ad984d5Copy full SHA for ad984d5
test/e2e/extensions.test.ts
@@ -7,6 +7,6 @@ describe("Extensions", true, () => {
7
8
await codeServerPage.executeCommandViaMenus("code-server: Get proxy URI")
9
10
- await codeServerPage.page.waitForSelector(`text=${address}/proxy/{port}`)
+ await codeServerPage.page.waitForSelector(`text=${address}/proxy/{{port}}`)
11
})
12
0 commit comments