diff --git a/test/helper/WebDriver_test.js b/test/helper/WebDriver_test.js index 4ad6a5977..621ef25f3 100644 --- a/test/helper/WebDriver_test.js +++ b/test/helper/WebDriver_test.js @@ -35,11 +35,11 @@ describe('WebDriver', function () { wd = new WebDriver({ url: siteUrl, browser: 'chrome', - windowSize: '500x700', - smartWait: 0, // just to try +// windowSize: '500x700', + // smartWait: 0, // just to try host: TestHelper.seleniumHost(), port: TestHelper.seleniumPort(), - waitForTimeout: 5000, +// waitForTimeout: 5000, capabilities: { chromeOptions: { args: ['--headless', '--disable-gpu', '--window-size=1280,1024'], @@ -1276,12 +1276,12 @@ describe('WebDriver - Basic Authentication', () => { url: siteUrl, basicAuth: { username: 'admin', password: 'admin' }, browser: 'chrome', - windowSize: '500x700', + // windowSize: '500x700', remoteFileUpload: true, - smartWait: 0, // just to try +// smartWait: 0, // just to try host: TestHelper.seleniumHost(), port: TestHelper.seleniumPort(), - waitForTimeout: 5000, +// waitForTimeout: 5000, capabilities: { chromeOptions: { args: ['--headless', '--disable-gpu', '--window-size=1280,1024'],