webdriver-image-comparison
Advanced tools
Comparing version 4.0.1 to 4.0.2
# webdriver-image-comparison | ||
## 4.0.2 | ||
### Patch Changes | ||
- c8fdcd3: Fix to override visibility/display value | ||
## 4.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -36,3 +36,3 @@ "use strict"; | ||
function setPropertyToElement(el, prop, hideRemove) { | ||
var value = prop === 'visibility' ? 'hidden' : 'none'; | ||
var value = prop === 'visibility' ? 'hidden !important' : 'none !important'; | ||
el.style[prop] = hideRemove ? value : ''; | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "webdriver-image-comparison", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"author": "Wim Selles - wswebcreation", | ||
@@ -5,0 +5,0 @@ "description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol", |
Sorry, the diff of this file is not supported yet
2227741