File tree Expand file tree Collapse file tree
test/smoke/src/areas/editor Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments