From 4c46f293aae8f7417a27c4f28c441b40ff1d0b09 Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Fri, 15 Nov 2024 13:23:51 +0100 Subject: [PATCH] Adjust config --- test/helper/WebDriver_test.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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'],