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
8ef19d89
...
8ef19d89e5738007886a3105a7f8d2b0cbda4dda
authored
2013-08-14 12:16:41 +0200
by
Mickaël Andrieu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update tester.rst (very minor fix)
1 parent
8bab6abf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docs/modules/tester.rst
docs/modules/tester.rst
View file @
8ef19d8
...
...
@@ -246,7 +246,7 @@ Asserts that the element matching the provided :ref:`selector expression <select
casper.test.begin('assertNotVisible() tests', 1, function(test) {
casper.start().then(function() {
this.setContent('<div class="
.
foo" style="display:none>boo</div>');
this.setContent('<div class="foo" style="display:none>boo</div>');
test.assertNotVisible('.foo');
}).run(function() {
test.done();
...
...
Please
register
or
sign in
to post a comment