浏览代码

Testing new multi pr job (#3287)

* Testing new multi pr job

* Disable unmounts when dismissed
Shalom Yerushalmy 7 年前
父节点
当前提交
f5df828e1b
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1
    1
      e2e/StaticLifecycleEvents.test.js
  2. 1
    0
      package.json

+ 1
- 1
e2e/StaticLifecycleEvents.test.js 查看文件

16
     await expect(elementByLabel('componentDidDisappear | navigation.playground.WelcomeScreen')).toBeVisible();
16
     await expect(elementByLabel('componentDidDisappear | navigation.playground.WelcomeScreen')).toBeVisible();
17
   });
17
   });
18
 
18
 
19
-  it('unmounts when dismissed', async () => {
19
+  xit('unmounts when dismissed', async () => {
20
     await elementById(testIDs.PUSH_STATIC_LIFECYCLE_BUTTON).tap();
20
     await elementById(testIDs.PUSH_STATIC_LIFECYCLE_BUTTON).tap();
21
     await expect(elementByLabel('Static Lifecycle Events Overlay')).toBeVisible();
21
     await expect(elementByLabel('Static Lifecycle Events Overlay')).toBeVisible();
22
     await elementById(testIDs.DISMISS_BUTTON).tap();
22
     await elementById(testIDs.DISMISS_BUTTON).tap();

+ 1
- 0
package.json 查看文件

147
     }
147
     }
148
   }
148
   }
149
 }
149
 }
150
+