Skip to content

Commit 85f24b7

Browse files
committed
try to fix some wdio tests
1 parent 9842df8 commit 85f24b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/acceptance/codecept.WebDriver.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const TestHelper = require('../support/TestHelper')
22

33
module.exports.config = {
44
tests: './*_test.js',
5-
timeout: 10000,
5+
timeout: 20,
66
output: './output',
77
helpers: {
88
WebDriver: {
@@ -11,11 +11,11 @@ module.exports.config = {
1111
host: TestHelper.seleniumHost(),
1212
port: TestHelper.seleniumPort(),
1313
// disableScreenshots: true,
14-
// desiredCapabilities: {
15-
// chromeOptions: {
16-
// args: ['--headless', '--disable-gpu', '--window-size=1280,1024'],
17-
// },
18-
// },
14+
desiredCapabilities: {
15+
chromeOptions: {
16+
args: ['--headless', '--disable-gpu', '--window-size=500,700'],
17+
},
18+
},
1919
},
2020
ScreenshotSessionHelper: {
2121
require: '../support/ScreenshotSessionHelper.js',

0 commit comments

Comments
 (0)