Closed wswebcreation closed 7 years ago
protractor-image-comparison
Test fail when getting the browserdata
Execute a testcase on IE11, it will give a failure with a stacktrace that the methods didn't received a result after 25 seconds
function retrieveData(isMobile, addressBarShadowPadding, toolBarShadowPadding) { return { // Used a , instead of - for toolBarShadowPadding fullPageHeight: document.body.scrollHeight - addressBarShadowPadding, toolBarShadowPadding, fullPageWidth: document.body.scrollWidth, height: isMobile ? window.screen.height : window.outerHeight, pixelRatio: window.devicePixelRatio, viewPortWidth: document.body.clientWidth, viewPortHeight: window.innerHeight, width: isMobile ? window.screen.width : window.outerWidth }; }
Fixed with new release
protractor-image-comparison
: 1.2.1Issue:
Test fail when getting the browserdata
Steps to reproduce:
Execute a testcase on IE11, it will give a failure with a stacktrace that the methods didn't received a result after 25 seconds
Cause