mirror of
https://github.com/milligram/milligram.git
synced 2024-11-13 16:54:22 +00:00
5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
|
module.exports = function(casper, scenario, vp) {
|
||
|
casper.echo('onBeforeEach.js', 'INFO');
|
||
|
casper.wait(50);
|
||
|
};
|