Created
January 28, 2013 16:13
-
-
Save rissem/4656839 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
@wait 2000, -> | |
@test.assertExists "#projectName" | |
projectNameHTML = @getHTML "#projectName" | |
projectNameMatches = /new-project/.test(projectNameHTML) | |
@test.assert projectNameMatches, "project name matches fake-project" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment