milligram/test/visual/fixtures/onReady.js

5 lines
107 B
JavaScript
Raw Normal View History

2016-08-01 00:28:58 +00:00
module.exports = function(casper, scenario, vp) {
casper.echo('onReady.js', 'INFO');
casper.wait(50);
};