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
06de6afc
...
06de6afc938e6571e230ef5d82d84758c5788879
authored
2013-11-18 00:27:22 -0800
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #718 from phillipalexander/fix-readme-typo
refs #717 - fixed typo in readme
2 parents
8ca3e857
9dca17b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
06de6af
...
...
@@ -45,7 +45,7 @@ First [install CasperJS](http://docs.casperjs.org/en/latest/installation.html),
Sample test to see if some dropdown can be opened:
```
javascript
casper
.
test
.
begin
(
'a twitter bootsrap dropdown can be opened'
,
2
,
function
(
test
)
{
casper
.
test
.
begin
(
'a twitter boots
t
rap dropdown can be opened'
,
2
,
function
(
test
)
{
casper
.
start
(
'http://twitter.github.com/bootstrap/javascript.html#dropdowns'
,
function
()
{
test
.
assertExists
(
'#navbar-example'
);
this
.
click
(
'#dropdowns .nav-pills .dropdown:last-of-type a.dropdown-toggle'
);
...
...
Please
register
or
sign in
to post a comment