Skip to content

Commit 39e290d

Browse files
committed
1 parent 50a7443 commit 39e290d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/automation/src/problems.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const enum ProblemSeverity {
1212

1313
export class Problems {
1414

15-
static PROBLEMS_VIEW_SELECTOR = '.panel.markers-panel';
15+
static PROBLEMS_VIEW_SELECTOR = '.panel .markers-panel';
1616

1717
constructor(private code: Code) { }
1818

0 commit comments

Comments
 (0)