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
19eb2966
...
19eb2966c80a02ecf4b77c3f46430b7be3e35e8e
authored
2013-03-14 21:13:20 -0400
by
Ben Johnson
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed a small documentation bug with assertSelectorHasText()
1 parent
4817c308
Show 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 @
19eb296
...
...
@@ -299,7 +299,7 @@ Asserts that given text exists in elements matching the provided :ref:`selector
casper.test.begin('assertSelectorHasText() tests', 1, function(test) {
casper.start('http://google.com/', function() {
test.assertSelector
DoesntHave
Text('title', 'Google');
test.assertSelector
Has
Text('title', 'Google');
}).run(function() {
test.done();
});
...
...
Please
register
or
sign in
to post a comment