Closed knylx1 closed 7 years ago
Hi @klemieux ,
Thanks for pointing this out. I've tested it and saw that there's a bug in the code. The strange thing is that on my machine (Chrome 58 and OSX 10.12.5) this also happens without the browser.driver.manage().window().maximize();
on https://google.com
. I located the problem and I'm going to create a fix today.
Created a new release with the fix. Please upgrade to 1.2.5
The tests fail when using
browser.driver.manage().window().maximize()
with errorFailed: Height has to be greater than zero.
configs:
test.js
Works perfectly when removing the line
browser.driver.manage().window().maximize();