Pārlūkot izejas kodu

Skip push a screen to ensure its not there after reload test

Shalom Yerushalmy 6 gadus atpakaļ
vecāks
revīzija
685009bc23
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      e2e/ApplicationLifecycleTest.test.js

+ 1
- 1
e2e/ApplicationLifecycleTest.test.js Parādīt failu

@@ -13,7 +13,7 @@ describe('application lifecycle test', () => {
13 13
     await device.relaunchApp();
14 14
   });
15 15
 
16
-  it('push a screen to ensure its not there after reload', async () => {
16
+  xit('push a screen to ensure its not there after reload', async () => {
17 17
     await elementById(testIDs.PUSH_BUTTON).tap();
18 18
     await expect(elementByLabel('Pushed Screen')).toBeVisible();
19 19
     await device.reloadReactNative();