diff options
Diffstat (limited to '__e2e__/tests')
-rw-r--r-- | __e2e__/tests/profile-screen.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/__e2e__/tests/profile-screen.test.ts b/__e2e__/tests/profile-screen.test.ts index e1b6dcaf4..cf9debb59 100644 --- a/__e2e__/tests/profile-screen.test.ts +++ b/__e2e__/tests/profile-screen.test.ts @@ -93,7 +93,7 @@ describe('Profile screen', () => { // have to wait for the toast to clear await waitFor(element(by.id('searchTextInput'))) .toBeVisible() - .withTimeout(2000) + .withTimeout(5000) await element(by.id('searchTextInput')).typeText('bob') await element(by.id('searchAutoCompleteResult-bob.test')).tap() await expect(element(by.id('profileView'))).toBeVisible() |