|
|
|
|
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();
|