Request: Remove extra echo
refs #401
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -91,7 +91,6 @@ casper.test.begin "onResourceRequested tests with request.changeUrl()", 1, | ... | @@ -91,7 +91,6 @@ casper.test.begin "onResourceRequested tests with request.changeUrl()", 1, |
91 | casper.open(ORIGINAL_URL).then -> | 91 | casper.open(ORIGINAL_URL).then -> |
92 | 92 | ||
93 | casper.wait 3000, -> | 93 | casper.wait 3000, -> |
94 | casper.echo "now running tests" | ||
95 | test.assertEquals requestURLReceived, SERVER+CHANGED_URL, "response url successfully changed" | 94 | test.assertEquals requestURLReceived, SERVER+CHANGED_URL, "response url successfully changed" |
96 | 95 | ||
97 | casper.run -> | 96 | casper.run -> | ... | ... |
-
Please register or sign in to post a comment