Created
September 16, 2014 20:18
-
-
Save guigarage/f2e063f2dcfb2c13a0dc to your computer and use it in GitHub Desktop.
Confusing test
This file contains 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
click("#user-field").type("steve"); | |
click("#password-field").type("duke4ever"); | |
click("#login-button"); | |
click("#menu-button"); | |
click("#action-35"); | |
click("#tab-5"); | |
click("#next"); | |
click("#next"); | |
click("#next"); | |
click("#details"); | |
assertNodeExists( "#user-picture" ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment