Created
August 25, 2014 16:50
-
-
Save RobertFischer/73267f6bf9a337344b14 to your computer and use it in GitHub Desktop.
Example of content implementation — Geb
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
class SamplePage { | |
static theResultDivImpl = { /* Your impl here */ } | |
static at = { /* Your basic test here */ && waitFor(theResultDivImpl) } | |
static content = { | |
theResultDiv(wait:true, theResultDivImpl) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment