Last active
November 9, 2017 08:24
-
-
Save isummation/c99e2eb66fe685f5f570bd0b5883d0f2 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
| this.test.assertExists( | |
| {type: 'xpath', path: '//input[@id="firstname"]' }, | |
| 'the first name element exists' | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment