mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(snapshot): remove infobars disable and adjust height
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user