Commit 8ef19d89 8ef19d89e5738007886a3105a7f8d2b0cbda4dda by Mickaël Andrieu

Update tester.rst (very minor fix)

1 parent 8bab6abf
......@@ -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();
......