From 178ae80b3cbeee4de2f9d31f433de0c880b0cce2 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 14 Dec 2017 14:32:11 -0500 Subject: [PATCH] chore(snapshot): remove infobars disable and adjust height --- packages/core/scripts/e2e/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/scripts/e2e/index.js b/packages/core/scripts/e2e/index.js index 8543738297..2401cb4a42 100644 --- a/packages/core/scripts/e2e/index.js +++ b/packages/core/scripts/e2e/index.js @@ -94,7 +94,7 @@ async function run() { // setting chrome options to start the browser without an info bar let chromeCapabilities = webdriver.Capabilities.chrome(); let chromeOptions = { - 'args': ['--disable-infobars'] + // 'args': ['--disable-infobars'] }; chromeCapabilities.set('chromeOptions', chromeOptions); @@ -125,7 +125,7 @@ async function run() { platform_index: 0, platform_count: 1, width: 400, - height: 800 + height: 814 } }, accessKey: process.env.IONIC_SNAPSHOT_KEY