Commit 7aad8fe7 7aad8fe74a5ca275bcf58d12ff74ea0d94ea8f20 by Nicolas Perriault

fixed dubious waitForText() test

1 parent 5bd2a438
......@@ -77,7 +77,7 @@ casper.test.begin('waitForSelector() tests', 1, function(test) {
});
});
casper.test.begin('waitForText() tests', 4, function(test) {
casper.test.begin('waitForText() tests', 3, function(test) {
casper.start('tests/site/waitFor.html');
casper.waitForText('<li>four</li>', function() {
......