mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Fixed selector after eac49a321b change.
This commit is contained in:
@@ -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"]');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user