Skip to content

Commit

Permalink
Fix Go To Definition smoketest
Browse files Browse the repository at this point in the history
Fixes #85276
  • Loading branch information
alexr00 committed Nov 21, 2019
1 parent b63e626 commit 4235c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/automation/src/editor.ts
Expand Up @@ -40,7 +40,7 @@ export class Editor {

async gotoDefinition(filename: string, term: string, line: number): Promise<void> {
await this.clickOnTerm(filename, term, line);
await this.commands.runCommand('Go to Implementation');
await this.commands.runCommand('Go to Implementations');
}

async peekDefinition(filename: string, term: string, line: number): Promise<References> {
Expand Down

0 comments on commit 4235c7f

Please sign in to comment.