We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a848f18 commit c934405Copy full SHA for c934405
1 file changed
test/smoke/src/areas/editor/peek.ts
@@ -10,7 +10,7 @@ export class References {
10
private static readonly REFERENCES_WIDGET = '.monaco-editor .zone-widget .zone-widget-container.peekview-widget.reference-zone-widget.results-loaded';
11
private static readonly REFERENCES_TITLE_FILE_NAME = `${References.REFERENCES_WIDGET} .head .peekview-title .filename`;
12
private static readonly REFERENCES_TITLE_COUNT = `${References.REFERENCES_WIDGET} .head .peekview-title .meta`;
13
- private static readonly REFERENCES = `${References.REFERENCES_WIDGET} .body .ref-tree.inline .monaco-list-row .reference`;
+ private static readonly REFERENCES = `${References.REFERENCES_WIDGET} .body .ref-tree.inline .monaco-list-row .highlight`;
14
15
constructor(private code: Code) { }
16
0 commit comments