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
2f71386c
...
2f71386cf8434b8ea7024ff1750954e5e07a71b9
authored
2012-12-19 11:08:50 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed unecessary wait() in frame tests
1 parent
e41c92b5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/suites/casper/frames.js
tests/suites/casper/frames.js
View file @
2f71386
/*global casper __utils__*/
/*jshint strict:false*/
casper
.
start
(
'tests/site/frames.html'
)
.
wait
(
1000
)
;
casper
.
start
(
'tests/site/frames.html'
);
casper
.
withFrame
(
'frame1'
,
function
()
{
this
.
test
.
assertTitle
(
'CasperJS frame 1'
);
...
...
Please
register
or
sign in
to post a comment