Skip to content

Commit efd7b5d

Browse files
committed
clean up
1 parent a692dd5 commit efd7b5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/e2e/models/CodeServer.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@ export class CodeServer {
6060
* Checks if the editor is visible
6161
*/
6262
async isConnected() {
63-
// Make sure the editor actually loaded
64-
// If it's not visible after 5 seconds, something is wrong
6563
await this.page.waitForLoadState("networkidle")
6664

67-
// See [aria-label="Remote Host"] text=${CODE_SERVER_ADDRESS}
65+
// See [aria-label="Remote Host"]
6866
const hostElement = await this.page.$(`[aria-label="Remote Host"]`)
6967
// Returns something like " localhost:8080"
7068
const host = await hostElement?.innerText()

0 commit comments

Comments
 (0)