Skip to content

Commit 2561955

Browse files
committed
fix smoketest
1 parent 0a92f93 commit 2561955

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/automation/src/search.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ export class Search extends Viewlet {
7474

7575
await retry(
7676
() => this.code.waitAndClick(fileMatch),
77-
() => this.code.waitForElement(`${fileMatch} .action-label.codicon.search-remove`, el => !!el && el.top > 0 && el.left > 0, 10)
77+
() => this.code.waitForElement(`${fileMatch} .action-label.codicon-search-remove`, el => !!el && el.top > 0 && el.left > 0, 10)
7878
);
7979

8080
// ¯\_(ツ)_/¯
8181
await new Promise(c => setTimeout(c, 500));
82-
await this.code.waitAndClick(`${fileMatch} .action-label.codicon.search-remove`);
82+
await this.code.waitAndClick(`${fileMatch} .action-label.codicon-search-remove`);
8383
await this.code.waitForElement(fileMatch, el => !el);
8484
}
8585

0 commit comments

Comments
 (0)