|
@@ -43,7 +43,7 @@ describe('app', () => {
|
43
|
43
|
elementByLabel('Show Modal').tap();
|
44
|
44
|
expect(elementByLabel('Modal screen')).toBeVisible();
|
45
|
45
|
});
|
46
|
|
-
|
|
46
|
+
|
47
|
47
|
it('dismiss modal', () => {
|
48
|
48
|
elementByLabel('Show Modal').tap();
|
49
|
49
|
expect(elementByLabel('Modal screen')).toBeVisible();
|
|
@@ -52,7 +52,7 @@ describe('app', () => {
|
52
|
52
|
});
|
53
|
53
|
});
|
54
|
54
|
|
55
|
|
-describe('reload app', () => {
|
|
55
|
+xdescribe('reload app', () => {
|
56
|
56
|
before((done) => {
|
57
|
57
|
simulator.reloadReactNativeApp(done);
|
58
|
58
|
});
|