Skip to content

Commit

Permalink
fix smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
kieferrm committed Jan 2, 2019
1 parent c60affc commit fa5306d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/areas/problems/problems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class Problems {

public static getSelectorInProblemsView(problemType: ProblemSeverity): string {
let selector = problemType === ProblemSeverity.WARNING ? 'warning' : 'error';
return `div[id="workbench.panel.markers"] .monaco-tl-contents .icon.${selector}`;
return `div[id="workbench.panel.markers"] .monaco-tl-contents .marker-icon.${selector}`;
}

public static getSelectorInEditor(problemType: ProblemSeverity): string {
Expand Down

0 comments on commit fa5306d

Please sign in to comment.