UNPKG

@puppedo/atoms

Version:
5 lines 167 B
module.exports = async function atomRun() { const { time } = this.data; await this.log({ text: `Waiting ${time} ms.` }); await this.page.waitForTimeout(time); };