Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e4507d27
...
e4507d270eceeb18276d12fe38e5f61ce6c28a96
authored
2013-03-04 17:44:24 -0500
by
Chris Bosco
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Request: Remove extra echo
refs #401
1 parent
89e2b85c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
tests/suites/casper/request.coffee
tests/suites/casper/request.coffee
View file @
e4507d2
...
...
@@ -91,7 +91,6 @@ casper.test.begin "onResourceRequested tests with request.changeUrl()", 1,
casper
.
open
(
ORIGINAL_URL
).
then
->
casper
.
wait
3000
,
->
casper
.
echo
"now running tests"
test
.
assertEquals
requestURLReceived
,
SERVER
+
CHANGED_URL
,
"response url successfully changed"
casper
.
run
->
...
...
Please
register
or
sign in
to post a comment