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
5b1b57f1
...
5b1b57f1c0c740f8184e1eba60609395450c2085
authored
2012-06-29 11:30:33 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
coding standards
1 parent
78f126a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
docs
tests/suites/casper/elementattribute.js
docs
@
f873d097
Subproject commit f
a26816f9ddc9f40de50c6b478b7a57265293806
Subproject commit f
873d097b97cbafcb512040e597a38594a677693
...
...
tests/suites/casper/elementattribute.js
View file @
5b1b57f
casper
.
start
(
'tests/site/elementattribute.html'
,
function
()
{
this
.
test
.
comment
(
'Casper.getElementAttribute()'
);
this
.
test
.
assertEquals
(
this
.
getElementAttribute
(
'.testo'
,
'data-stuff'
),
'beautiful string'
,
'Casper.getElementAttribute() works as intended'
);
this
.
test
.
assertEquals
(
this
.
getElementAttribute
(
'.testo'
,
'data-stuff'
),
'beautiful string'
,
'Casper.getElementAttribute() works as intended'
);
});
casper
.
run
(
function
()
{
...
...
Please
register
or
sign in
to post a comment