MCPcopy Index your code
hub / github.com/microsoft/vscode / waitForProblemsView

Method waitForProblemsView

test/automation/src/problems.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 async waitForProblemsView(): Promise<void> {
31 await this.code.waitForElement(Problems.PROBLEMS_VIEW_SELECTOR);
32 }
33
34 static getSelectorInProblemsView(problemType: ProblemSeverity): string {
35 const selector = problemType === ProblemSeverity.WARNING ? 'codicon-warning' : 'codicon-error';

Callers 2

showProblemsViewMethod · 0.95
setupFunction · 0.80

Calls 1

waitForElementMethod · 0.45

Tested by 1

setupFunction · 0.64