Skip to content

Commit 09bd9f7

Browse files
committed
fix smoketest: find all references
1 parent c385dfe commit 09bd9f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class Editor {
2222

2323
async findReferences(filename: string, term: string, line: number): Promise<References> {
2424
await this.clickOnTerm(filename, term, line);
25-
await this.commands.runCommand('Find All References');
25+
await this.commands.runCommand('Peek References');
2626
const references = new References(this.code);
2727
await references.waitUntilOpen();
2828
return references;

0 commit comments

Comments
 (0)