Commit 1031b264 1031b264ebaf752f535313bfb1df77ad94966ed5 by Mickaël Andrieu

refs #602 Introduce new Tester.assertInstanceOf

1 parent c8764da9
......@@ -2,7 +2,7 @@
/*jshint strict:false, maxstatements:99*/
var fs = require('fs');
casper.test.begin('Common assertions tests', 49, function(test) {
casper.test.begin('Common assertions tests', 50, function(test) {
casper.start('tests/site/index.html', function() {
test.assertTextExists('form', 'Tester.assertTextExists() checks that page body contains text');
test.assertTextExist('form', 'Tester.assertTextExist() checks that page body contains text [alias]');
......