@@ -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