From b11693bbea6870df8aeb1779b323f11482253214 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Mon, 29 Jul 2019 17:12:02 +0300 Subject: [PATCH] Fix e2e --- e2e/Notifications.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/Notifications.test.js b/e2e/Notifications.test.js index fd39b4e..b6bb29b 100644 --- a/e2e/Notifications.test.js +++ b/e2e/Notifications.test.js @@ -1,5 +1,5 @@ const Utils = require('./Utils'); -const { elementByLabel } = Utils; +const {elementByLabel} = Utils; describe('Notifications', () => { describe('Foreground', () => { @@ -33,7 +33,7 @@ describe('Notifications', () => { describe('Dead state', () => { it('Receive notification', async () => { - await device.launchApp({newInstance: true, userNotification: createNotification({link: 'deadState/notification'})}); + await device.launchApp({delete: true, newInstance: true, userNotification: createNotification({link: 'deadState/notification'})}); await expect(elementByLabel('deadState/notification')).toBeVisible(); }); }); -- 2.26.2