Skip to content

Commit d5aea85

Browse files
committed
Adjust config
1 parent 4c46f29 commit d5aea85

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

test/helper/WebDriver_test.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ 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,
43+
webSocketUrl: false,
4344
capabilities: {
4445
chromeOptions: {
4546
args: ['--headless', '--disable-gpu', '--window-size=1280,1024'],
@@ -1276,12 +1277,13 @@ describe('WebDriver - Basic Authentication', () => {
12761277
url: siteUrl,
12771278
basicAuth: { username: 'admin', password: 'admin' },
12781279
browser: 'chrome',
1279-
// windowSize: '500x700',
1280+
// windowSize: '500x700',
12801281
remoteFileUpload: true,
1281-
// smartWait: 0, // just to try
1282+
// smartWait: 0, // just to try
12821283
host: TestHelper.seleniumHost(),
12831284
port: TestHelper.seleniumPort(),
1284-
// waitForTimeout: 5000,
1285+
webSocketUrl: false,
1286+
// waitForTimeout: 5000,
12851287
capabilities: {
12861288
chromeOptions: {
12871289
args: ['--headless', '--disable-gpu', '--window-size=1280,1024'],

0 commit comments

Comments
 (0)