Commit d5877ed5 d5877ed5fd521d3a3225f43b38bf0b1b52d05b43 by Shiryaev Andrey

fix the number of tests

1 parent 4e00038e
......@@ -30,7 +30,7 @@ casper.test.begin('onclick variants tests', 8, function(test) {
});
});
casper.test.begin('clickLabel tests tests', 8, function(test) {
casper.test.begin('clickLabel tests tests', 12, function(test) {
casper.start('tests/site/click.html', function() {
test.assert(this.clickLabel('test1'),
'Casper.clickLabel() can click an `href="javascript:` link');
......