浏览代码

explicit tests for ios

yogevbd 6 年前
父节点
当前提交
150f30693f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      e2e/StaticLifecycleEvents.test.js

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

@@ -16,7 +16,7 @@ describe('static lifecycle events', () => {
16 16
     await expect(elementByLabel('componentDidDisappear | navigation.playground.WelcomeScreen')).toBeVisible();
17 17
   });
18 18
 
19
-  it('pushing and poping screen dispatch static event', async () => {
19
+  it(':ios: pushing and popping screen dispatch static event', async () => {
20 20
     await elementById(testIDs.PUSH_STATIC_LIFECYCLE_BUTTON).tap();
21 21
     await expect(elementByLabel('Static Lifecycle Events Overlay')).toBeVisible();
22 22
     await expect(elementByLabel('componentDidAppear | navigation.playground.StaticLifecycleOverlay')).toBeVisible();
@@ -26,7 +26,7 @@ describe('static lifecycle events', () => {
26 26
     await expect(elementByLabel('pop')).toBeVisible();
27 27
   });
28 28
 
29
-  it('showModal and dismissModal dispatch static event', async () => {
29
+  it(':ios: showModal and dismissModal dispatch static event', async () => {
30 30
     await elementById(testIDs.PUSH_STATIC_LIFECYCLE_BUTTON).tap();
31 31
     await expect(elementByLabel('Static Lifecycle Events Overlay')).toBeVisible();
32 32
     await expect(elementByLabel('componentDidAppear | navigation.playground.StaticLifecycleOverlay')).toBeVisible();