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
7aad8fe7
...
7aad8fe74a5ca275bcf58d12ff74ea0d94ea8f20
authored
2013-03-12 14:43:33 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed dubious waitForText() test
1 parent
5bd2a438
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/suites/casper/wait.js
tests/suites/casper/wait.js
View file @
7aad8fe
...
...
@@ -77,7 +77,7 @@ casper.test.begin('waitForSelector() tests', 1, function(test) {
});
});
casper
.
test
.
begin
(
'waitForText() tests'
,
4
,
function
(
test
)
{
casper
.
test
.
begin
(
'waitForText() tests'
,
3
,
function
(
test
)
{
casper
.
start
(
'tests/site/waitFor.html'
);
casper
.
waitForText
(
'<li>four</li>'
,
function
()
{
...
...
Please
register
or
sign in
to post a comment