diff --git a/e2e/Notifications.test.js b/e2e/Notifications.test.js index fd39b4e20ceb7d3b332ac9b9a3713c44e4f9f048..b6bb29bba4bcccff49a350f36b7f853786ee5167 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(); }); });