We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c385dfe commit 09bd9f7Copy full SHA for 09bd9f7
1 file changed
test/smoke/src/areas/editor/editor.ts
@@ -22,7 +22,7 @@ export class Editor {
22
23
async findReferences(filename: string, term: string, line: number): Promise<References> {
24
await this.clickOnTerm(filename, term, line);
25
- await this.commands.runCommand('Find All References');
+ await this.commands.runCommand('Peek References');
26
const references = new References(this.code);
27
await references.waitUntilOpen();
28
return references;
0 commit comments