mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Wait until git extension is loaded before checking for localized viewlet title
This commit is contained in:
@@ -34,6 +34,7 @@ export function testLocalization() {
|
||||
assert.equal(text.toLowerCase(), 'suchen');
|
||||
|
||||
await locale.openViewlet(ViewletType.SCM);
|
||||
await app.wait(); // wait until git extension is loaded
|
||||
text = await locale.getOpenedViewletTitle();
|
||||
assert.equal(text.toLowerCase(), 'quellcodeverwaltung: git');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user