Sfoglia il codice sorgente

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

Yogev Ben David 5 anni fa
parent
commit
b0a5d1fba8
No account linked to committer's email address
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      e2e/ScreenStyle.test.js

+ 1
- 1
e2e/ScreenStyle.test.js Vedi File

@@ -183,7 +183,7 @@ describe('screen style', () => {
183 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 187
     await elementById(testIDs.SHOW_TOPBAR_SEARCHBAR).tap();
188 188
     await expect(elementByLabel('Start Typing')).toBeVisible();
189 189
     await elementByLabel('Start Typing').tap();