Skip to content

Commit 1bb61c9

Browse files
committed
fix: extensions view item test
1 parent edfc6be commit 1bb61c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test-project/src/test/xsideBar/xtensionsView.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('ExtensionsView', () => {
5858
});
5959

6060
describe('ExtensionsViewItem', async () => {
61-
beforeEach(async function () {
61+
before(async function () {
6262
this.timeout(30000);
6363
section = await getSection();
6464
await section.getDriver().wait(async function () {

0 commit comments

Comments
 (0)