diff --git a/e2e/tests/room/09-jumptomessage.spec.ts b/e2e/tests/room/09-jumptomessage.spec.ts index 932915104..84736464f 100644 --- a/e2e/tests/room/09-jumptomessage.spec.ts +++ b/e2e/tests/room/09-jumptomessage.spec.ts @@ -37,15 +37,15 @@ async function clearCache() { async function waitForLoading() { // if (device.getPlatform() === 'android') { - // await sleep(10000); + await sleep(10000); // return; // FIXME: Loading indicator doesn't animate properly on android // } - await waitFor(element(by.id('loading-image'))) - .toBeVisible() - .withTimeout(5000); - await waitFor(element(by.id('loading-image'))) - .toBeNotVisible() - .withTimeout(10000); + // await waitFor(element(by.id('loading-image'))) + // .toBeVisible() + // .withTimeout(5000); + // await waitFor(element(by.id('loading-image'))) + // .toBeNotVisible() + // .withTimeout(10000); } describe('Room', () => {