Skip to content

fix(testing): reduce flakiness in extension e2e tests #5481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Aug 22, 2022
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
jsjoeio committed Aug 22, 2022
commit e36a8762ef1430c5fce8da81489c1a9291413c4c
1 change: 0 additions & 1 deletion test/e2e/models/CodeServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ export class CodeServerPage {
const selector = "text=test extension loaded"
this.codeServer.logger.debug("Waiting for test extension to load...")

await this.page.waitForLoadState("load")
const loaded = await this.page.isVisible(selector)

this.codeServer.logger.debug(`Test extension has ${loaded ? "" : "not"} loaded`)
Expand Down