浏览代码

enabled set searchBar and handle onSearchUpdated e2e test (#4212)

Yogev Ben David 6 年前
父节点
当前提交
b0a5d1fba8
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      e2e/ScreenStyle.test.js

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

183
     await expect(elementByLabel('Press Me')).toBeVisible();
183
     await expect(elementByLabel('Press Me')).toBeVisible();
184
   });
184
   });
185
 
185
 
186
-  xit(':ios: set searchBar and handle onSearchUpdated event', async () => {
186
+  test(':ios: set searchBar and handle onSearchUpdated event', async () => {
187
     await elementById(testIDs.SHOW_TOPBAR_SEARCHBAR).tap();
187
     await elementById(testIDs.SHOW_TOPBAR_SEARCHBAR).tap();
188
     await expect(elementByLabel('Start Typing')).toBeVisible();
188
     await expect(elementByLabel('Start Typing')).toBeVisible();
189
     await elementByLabel('Start Typing').tap();
189
     await elementByLabel('Start Typing').tap();