From 310c30be906e64db6af5df2db7543b5798174758 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 18 Apr 2024 09:03:55 -0300 Subject: [PATCH] Fix test --- e2e/tests/assorted/15-change-avatar.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });