@bbc/nightwatch-commands
Advanced tools
Comparing version
@@ -14,3 +14,3 @@ exports.command = function (selectors) { | ||
} catch (e) { | ||
console.log(e); | ||
console.log('The', selector, 'version number could not be found. This is either due to a catastophic failure or running Chrome Headless'); | ||
} | ||
@@ -17,0 +17,0 @@ }); |
@@ -18,3 +18,3 @@ exports.command = function (locateStrategy, selector, value) { | ||
self.elementIdSelected(response.value.ELEMENT, function (result) { | ||
self.assert.ok(selector, ' attempted to set to ' + value); | ||
self.assert.ok(selector, 'attempted to set to ' + value); | ||
}); | ||
@@ -21,0 +21,0 @@ }); |
{ | ||
"name": "@bbc/nightwatch-commands", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Basic Nightwatch Commands", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
7374
1.68%