nightmare-swiftly
Advanced tools
Comparing version 0.2.3 to 0.2.4
0.2.4 / 2014-11-10 | ||
================== | ||
* fixing for new 99designs website merge | ||
0.2.3 / 2014-10-26 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -17,3 +17,3 @@ | ||
.viewport(800, 1600) | ||
.goto('https://swiftly.com/login') | ||
.goto('http://99designs.com/login') | ||
.type('#username', email) | ||
@@ -55,3 +55,3 @@ .type('#password', password) | ||
nightmare | ||
.goto('https://swiftly.com/create') | ||
.goto('https://99designs.com/tasks/create') | ||
.wait(2000) | ||
@@ -58,0 +58,0 @@ .type('#body', instructions); |
{ | ||
"name": "nightmare-swiftly", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"author": "Segment.io", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
7352