We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfc6be commit 1bb61c9Copy full SHA for 1bb61c9
1 file changed
tests/test-project/src/test/xsideBar/xtensionsView.test.ts
@@ -58,7 +58,7 @@ describe('ExtensionsView', () => {
58
});
59
60
describe('ExtensionsViewItem', async () => {
61
- beforeEach(async function () {
+ before(async function () {
62
this.timeout(30000);
63
section = await getSection();
64
await section.getDriver().wait(async function () {
0 commit comments