Skip to content

Instantly share code, notes, and snippets.

@helen-dikareva
Created July 6, 2017 12:01
Show Gist options
  • Save helen-dikareva/81b83306773aec79dfe8fe52aa540899 to your computer and use it in GitHub Desktop.
Save helen-dikareva/81b83306773aec79dfe8fe52aa540899 to your computer and use it in GitHub Desktop.
test(`Get a pizza`, async t => {
await t.click(Selector('#menu-primary-menu').find('li').nth(2));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment