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
d78710f2
...
d78710f20358bf70c2b22d0501305822b8e19735
authored
2012-12-08 14:50:29 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typo in popup module tests
1 parent
07816b90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/suites/popup.js
tests/suites/popup.js
View file @
d78710f
...
...
@@ -17,7 +17,7 @@ t.assertEquals(stack.list().length, 1);
t
.
assertEquals
(
stack
.
list
()[
0
],
page1
.
url
);
var
page2
=
webpage
.
create
();
page
1
.
url
=
'page2.html'
;
page
2
.
url
=
'page2.html'
;
stack
.
push
(
page2
);
t
.
assertEquals
(
stack
.
length
,
2
);
t
.
assert
(
utils
.
isWebPage
(
stack
[
1
]));
...
...
Please
register
or
sign in
to post a comment