diff --git a/e2e/tests/assorted/15-change-avatar.spec.ts b/e2e/tests/assorted/15-change-avatar.spec.ts index 03c234b09..b92b9cf05 100644 --- a/e2e/tests/assorted/15-change-avatar.spec.ts +++ b/e2e/tests/assorted/15-change-avatar.spec.ts @@ -106,7 +106,7 @@ describe('Profile screen', () => { .withTimeout(2000); await element(by.id('change-avatar-view-submit')).tap(); await waitFor(element(by.id('profile-view'))) - .toBeVisible() + .toExist() .withTimeout(2000); await sleep(300); const newUserInfo = await getProfileInfo({ userId });