提交 91f83afb 编写于 作者: M Michel Kaporin

Wait until git extension is loaded before checking for localized viewlet title

上级 a609b2f1
......@@ -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');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册