nightmare-swiftly
Advanced tools
Comparing version 0.2.1 to 0.2.2
0.2.2 / 2014-07-16 | ||
================== | ||
* fix for swiftly html change | ||
0.2.1 / 2014-05-21 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -59,3 +59,3 @@ | ||
uploads.forEach(function(path) { | ||
nightmare.upload('input[name=qqfile]', path); | ||
nightmare.upload('input[type=file]', path); | ||
}); | ||
@@ -66,3 +66,3 @@ | ||
.click('#task-pay-button') | ||
.wait(500) | ||
.wait(2000) | ||
.click('#pay-button') | ||
@@ -102,3 +102,3 @@ .wait() | ||
var wait = exports.wait = function(state) { | ||
var interval = 1000 * 60; // 1 minute | ||
var interval = 1000 * 30; // 30 seconds | ||
return function(nightmare) { | ||
@@ -105,0 +105,0 @@ nightmare |
{ | ||
"name": "nightmare-swiftly", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "Segment.io", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
7132