mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
preload - revert retry logic which does not seem to help
This commit is contained in:
@@ -13,6 +13,8 @@ export function setup(logger: Logger) {
|
||||
installAllHandlers(logger);
|
||||
|
||||
it('install and enable vscode-smoketest-check extension', async function () {
|
||||
this.retries(3); // https://github.com/microsoft/vscode/issues/146800
|
||||
|
||||
const app = this.app as Application;
|
||||
|
||||
await app.workbench.extensions.openExtensionsViewlet();
|
||||
|
||||
@@ -14,6 +14,8 @@ export function setup(logger: Logger) {
|
||||
installAllHandlers(logger);
|
||||
|
||||
it('starts with "DE" locale and verifies title and viewlets text is in German', async function () {
|
||||
this.retries(3); // https://github.com/microsoft/vscode/issues/146800
|
||||
|
||||
const app = this.app as Application;
|
||||
await app.workbench.extensions.openExtensionsViewlet();
|
||||
await app.workbench.extensions.installExtension('ms-ceintl.vscode-language-pack-de', false);
|
||||
|
||||
Reference in New Issue
Block a user