Skip to content

Commit

Permalink
Adjust config
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashohn committed Nov 15, 2024
1 parent 24f7e9a commit 4c46f29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/helper/WebDriver_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down Expand Up @@ -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'],
Expand Down

0 comments on commit 4c46f29

Please sign in to comment.