nightwatch
Advanced tools
Comparing version 0.5.14 to 0.5.15
@@ -31,3 +31,2 @@ var util = require('util'); | ||
this.currentNode.children.push(node); | ||
//this.print(this.rootNode); | ||
@@ -89,4 +88,4 @@ if (this.currentNode.started && !this.currentNode.done) { | ||
this.currentNode.done = true; | ||
if (this.currentNode.name === '__root__') { | ||
this.currentNode.done = true; | ||
this.done(); | ||
@@ -93,0 +92,0 @@ } else { |
{ | ||
"name": "nightwatch", | ||
"description": "A node.js bindings implementation for selenium 2.0/webdriver", | ||
"version": "0.5.14", | ||
"version": "0.5.15", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Andrei Rusu", |
@@ -40,3 +40,3 @@ var BASE_PATH = process.env.NIGHTWATCH_COV ? 'lib-cov' : 'lib'; | ||
var request = new HttpRequest(options); | ||
request.on('complete', function() { | ||
request.on('success', function() { | ||
test.done(); | ||
@@ -76,3 +76,3 @@ }).send(); | ||
var request = new HttpRequest(options); | ||
request.on('complete', function() { | ||
request.on('success', function() { | ||
test.done(); | ||
@@ -171,9 +171,3 @@ }).send(); | ||
}, | ||
tearDown : function(callback) { | ||
// clean up | ||
callback(); | ||
} | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
357622
10419