Skip to content

Instantly share code, notes, and snippets.

@mago0
Last active October 15, 2018 20:30
Show Gist options
  • Save mago0/035d6088a817e3a9999dae7df56c70b6 to your computer and use it in GitHub Desktop.
Save mago0/035d6088a817e3a9999dae7df56c70b6 to your computer and use it in GitHub Desktop.
step('4. Stay on Live Page', { waitTimeout: 7200 }, async (browser: Browser) => {
await browser.evaluate(function looper() {
while(true) {}
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment