Skip to content

Commit 130eff5

Browse files
e2e: restart the app before each
1 parent 485d1ad commit 130eff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InstabugSample/__e2e__/firstTest.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe('Example', () => {
2-
beforeAll(async () => {
2+
beforeEach(async () => {
33
await device.launchApp();
44
});
55

0 commit comments

Comments
 (0)