Skip to content

Instantly share code, notes, and snippets.

@ivanvanderbyl
Created August 15, 2019 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanvanderbyl/8dbc9d2733f70a948a52cb057dee4cf2 to your computer and use it in GitHub Desktop.
Save ivanvanderbyl/8dbc9d2733f70a948a52cb057dee4cf2 to your computer and use it in GitHub Desktop.
import {step} from '@flood/element'
export default () => {
step("Step 1", async browser => {
await browser.visit("youtube.com")
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment