Created
July 6, 2017 12:01
-
-
Save helen-dikareva/81b83306773aec79dfe8fe52aa540899 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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