Skip to content

Commit 1b82138

Browse files
Update detox tests to call launchApp as recommended
1 parent a5ccc2c commit 1b82138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InstabugSample/__e2e__/firstTest.spec.js

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

66
it('should have welcome screen', async () => {

0 commit comments

Comments
 (0)