Skip to content

Commit 99e8aa6

Browse files
committed
fix(journeys): remove extended debugging option
1 parent 4a53cd5 commit 99e8aa6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wdio.conf.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ if (process.env.SAUCE) {
295295
commandTimeout: 600,
296296
maxDuration: 3600,
297297
seleniumVersion: '3.4.0',
298-
extendedDebugging: true,
299298
screenResolution,
300299
platform,
301300
version
@@ -307,7 +306,6 @@ if (process.env.SAUCE) {
307306
commandTimeout: 600,
308307
maxDuration: 3600,
309308
seleniumVersion: '3.4.0',
310-
extendedDebugging: true,
311309
screenResolution,
312310
platform,
313311
version

0 commit comments

Comments
 (0)