MCPcopy Index your code
hub / github.com/coder/code-server / waitForTestExtensionLoaded

Method waitForTestExtensionLoaded

test/e2e/models/CodeServer.ts:368–373  ·  view source on GitHub ↗

* Checks if the test extension loaded

()

Source from the content-addressed store, hash-verified

366 * Checks if the test extension loaded
367 */
368 async waitForTestExtensionLoaded(): Promise<void> {
369 const selector = "text=test extension loaded"
370 this.codeServer.logger.debug("Waiting for test extension to load...")
371
372 await this.page.waitForSelector(selector)
373 }
374
375 /**
376 * Focuses the integrated terminal by navigating through the command palette.

Callers 1

runTestExtensionTestsFunction · 0.80

Calls

no outgoing calls

Tested by 1

runTestExtensionTestsFunction · 0.64