diff --git a/test/automation/src/problems.ts b/test/automation/src/problems.ts index 8cabe8e320b..2e20731f76b 100644 --- a/test/automation/src/problems.ts +++ b/test/automation/src/problems.ts @@ -12,7 +12,7 @@ export const enum ProblemSeverity { export class Problems { - static PROBLEMS_VIEW_SELECTOR = '.panel.markers-panel'; + static PROBLEMS_VIEW_SELECTOR = '.panel .markers-panel'; constructor(private code: Code) { }