it('resumes from the notification payload', async () => { await device.launchApp({ newInstance: true }); await device.sendToHome(); await device.sendUserNotification(orderNotification); await expect(element(by.id('order-detail-screen'))).toBeVisible(); await expect(element(by.id('order-id'))).toHaveText('123'); });