Skip to content

Commit 4516854

Browse files
committed
wip
1 parent 4f3d30d commit 4516854

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/e2e/extensions.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ function runTestExtensionTests() {
88
test("should have access to VSCODE_PROXY_URI", async ({ codeServerPage }) => {
99
const address = await getMaybeProxiedCodeServer(codeServerPage)
1010

11-
// TODO@jsjoeio - reload page inside executeCommandViaMenus
11+
// TODO@jsjoeio - here... we need to reload until selector is available
12+
// maybe something like
13+
// isExtensionLoaded
14+
// reloadUntilExtensionLoaded
1215
await codeServerPage.executeCommandViaMenus("code-server: Get proxy URI")
1316

1417
await codeServerPage.page.waitForSelector(".notification-list-item-message", {

0 commit comments

Comments
 (0)