@bbc/nightwatch-commands
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -180,4 +180,3 @@ // JavaScript function for converting simple XPath to CSS selector. | ||
var javascript = 'document.getElementById("' + selElement + '").style.opacity = "0";'; | ||
console.log(javascript); | ||
self.execute(javascript, [], function () { console.log(' \033[0;32m\u2714\u001b[0m Successfully hidden ' + orginalSelElement + '.'); }); | ||
}; |
{ | ||
"name": "@bbc/nightwatch-commands", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Basic Nightwatch Commands", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
14539
225