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
60d3246a
...
60d3246ab7cdfa3f925f55a9a0d413d0f0a5ebb3
authored
2012-09-23 17:16:12 +0100
by
Donovan Hutchinson
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Typo in the returned assertVisible function title
1 parent
3afc9a75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/tester.js
modules/tester.js
View file @
60d3246
...
...
@@ -541,7 +541,7 @@ var Tester = function Tester(casper, options) {
* @param String message Test description
* @return Object An assertion result object
*/
this
.
assertVisible
=
function
assert
Typ
e
(
selector
,
message
)
{
this
.
assertVisible
=
function
assert
Visibl
e
(
selector
,
message
)
{
return
this
.
assert
(
casper
.
visible
(
selector
),
message
,
{
type
:
"assertVisible"
,
standard
:
"Selector is visible"
,
...
...
Please
register
or
sign in
to post a comment