Skip to content

Commit ca773cb

Browse files
committed
1 parent 446a961 commit ca773cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/smoke/src/areas/editor/peek.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class References {
1010
private static readonly REFERENCES_WIDGET = '.monaco-editor .zone-widget .zone-widget-container.peekview-widget.reference-zone-widget.results-loaded';
1111
private static readonly REFERENCES_TITLE_FILE_NAME = `${References.REFERENCES_WIDGET} .head .peekview-title .filename`;
1212
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-tree-row .reference`;
13+
private static readonly REFERENCES = `${References.REFERENCES_WIDGET} .body .ref-tree.inline .monaco-list-row .reference`;
1414

1515
constructor(private code: Code) { }
1616

@@ -49,4 +49,4 @@ export class References {
4949
}
5050
}
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)