it('opens the dashboard after login', async () => { await device.launchApp(); await element(by.id('signIn')).tap(); await detox.REPL(); await expect(element(by.id('dashboardTitle'))).toBeVisible(); });