We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184baa1 commit 7de4d61Copy full SHA for 7de4d61
test/tests_helpers.js
@@ -2,7 +2,7 @@ var fs = require("fs");
2
function exists(value){
3
return (typeof value != "undefined") ? true : false;
4
}
5
-casper.test.begin("Testing example_sync.html", 403, function(test) {
+casper.test.begin("Testing example_sync.html", 385, function(test) {
6
var tests = [];
7
var cnt = 0;
8
tests.push(function (message){
0 commit comments