提交 d619183f 编写于 作者: S Sandeep Somavarapu

smoke: fix localization test

上级 6537cfc2
......@@ -14,10 +14,10 @@ describe('Localization', () => {
}
after(() => app.stop());
beforeEach(function () { app.screenCapturer.testName = this.currentTest.title; });
it(`starts with 'DE' locale and verifies title and viewlets text is in German`, async function () {
await app.start('Localization', ['--locale=DE']);
app.screenCapturer.testName = this.currentTest.title;
let text = await app.workbench.explorer.getOpenEditorsViewTitle();
await app.screenCapturer.capture('Open editors title');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册