Skip to content

Commit 25d4378

Browse files
committed
fix widget beforeEach
1 parent df43d48 commit 25d4378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/specs/widgets.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { reinstallApp } from '../helpers/setup';
1313
import { ciIt } from '../helpers/suite';
1414

1515
describe('@widgets - Widgets', () => {
16-
before(async () => {
16+
beforeEach(async () => {
1717
await reinstallApp();
1818
await completeOnboarding();
1919
});

0 commit comments

Comments
 (0)