This commit is contained in:
Sandeep Somavarapu 2021-09-06 14:32:19 +02:00
parent 213016715a
commit 77b1fb79f5
No known key found for this signature in database
GPG key ID: 1FED25EC4646638B
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ export class Extensions extends Viewlet {
await this.code.waitAndClick(SEARCH_BOX);
await this.code.waitForActiveElement(SEARCH_BOX);
await this.code.waitForTypeInEditor(SEARCH_BOX, `@id:${id}`);
await this.code.waitForTextContent(`div.part.sidebar div.composite.title h2`, 'Extensions: Marketplace');
await this.code.waitForElement(`div.extensions-viewlet[id="workbench.view.extensions"] .monaco-list-row[data-extension-id="${id}"]`);
}

View file

@ -12,7 +12,7 @@ export function setup(opts: minimist.ParsedArgs) {
beforeSuite(opts);
afterSuite(opts);
it.skip(`install and enable vscode-smoketest-check extension`, async function () {
it(`install and enable vscode-smoketest-check extension`, async function () {
const app = this.app as Application;
if (app.quality === Quality.Dev) {