Skip to content

Commit

Permalink
Fixed selector after eac49a3 change.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelkaporin committed Jun 2, 2017
1 parent 1d65268 commit 0aec2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/areas/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ export class Git {
}

public getOutgoingChanges(): Promise<string> {
return this.spectron.client.getText('a[title="Synchronize changes"]');
return this.spectron.client.getText('a[title="Synchronize Changes"]');
}
}

0 comments on commit 0aec2d6

Please sign in to comment.