From 39e290dbbc25a5b6214913172c9d7f10fb8a7880 Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Mon, 3 Feb 2020 09:36:08 +0100 Subject: [PATCH] Fix #89796 --- test/automation/src/problems.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { }