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 a5ccc2c commit 1b82138Copy full SHA for 1b82138
InstabugSample/__e2e__/firstTest.spec.js
@@ -1,6 +1,6 @@
1
describe('Example', () => {
2
beforeEach(async () => {
3
- await device.reloadReactNative();
+ await device.launchApp();
4
});
5
6
it('should have welcome screen', async () => {
0 commit comments