fix smoke test

This commit is contained in:
Joao Moreno 2018-11-19 10:21:01 +01:00
parent 886201c9c5
commit 9ee7aa35c2

View file

@ -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 Definition');
await this.commands.runCommand('Go to Implementation');
}
async peekDefinition(filename: string, term: string, line: number): Promise<References> {