Skip to content

Commit 4c46f29

Browse files
committed
Adjust config
1 parent 24f7e9a commit 4c46f29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/helper/WebDriver_test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ describe('WebDriver', function () {
3535
wd = new WebDriver({
3636
url: siteUrl,
3737
browser: 'chrome',
38-
windowSize: '500x700',
39-
smartWait: 0, // just to try
38+
// windowSize: '500x700',
39+
// smartWait: 0, // just to try
4040
host: TestHelper.seleniumHost(),
4141
port: TestHelper.seleniumPort(),
42-
waitForTimeout: 5000,
42+
// waitForTimeout: 5000,
4343
capabilities: {
4444
chromeOptions: {
4545
args: ['--headless', '--disable-gpu', '--window-size=1280,1024'],
@@ -1276,12 +1276,12 @@ describe('WebDriver - Basic Authentication', () => {
12761276
url: siteUrl,
12771277
basicAuth: { username: 'admin', password: 'admin' },
12781278
browser: 'chrome',
1279-
windowSize: '500x700',
1279+
// windowSize: '500x700',
12801280
remoteFileUpload: true,
1281-
smartWait: 0, // just to try
1281+
// smartWait: 0, // just to try
12821282
host: TestHelper.seleniumHost(),
12831283
port: TestHelper.seleniumPort(),
1284-
waitForTimeout: 5000,
1284+
// waitForTimeout: 5000,
12851285
capabilities: {
12861286
chromeOptions: {
12871287
args: ['--headless', '--disable-gpu', '--window-size=1280,1024'],

0 commit comments

Comments
 (0)