We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3d30d commit 4516854Copy full SHA for 4516854
test/e2e/extensions.test.ts
@@ -8,7 +8,10 @@ function runTestExtensionTests() {
8
test("should have access to VSCODE_PROXY_URI", async ({ codeServerPage }) => {
9
const address = await getMaybeProxiedCodeServer(codeServerPage)
10
11
- // TODO@jsjoeio - reload page inside executeCommandViaMenus
+ // TODO@jsjoeio - here... we need to reload until selector is available
12
+ // maybe something like
13
+ // isExtensionLoaded
14
+ // reloadUntilExtensionLoaded
15
await codeServerPage.executeCommandViaMenus("code-server: Get proxy URI")
16
17
await codeServerPage.page.waitForSelector(".notification-list-item-message", {
0 commit comments