Skip to content

Instantly share code, notes, and snippets.

@xetorthio
Created April 16, 2010 14:08
Show Gist options
  • Save xetorthio/368443 to your computer and use it in GitHub Desktop.
Save xetorthio/368443 to your computer and use it in GitHub Desktop.
import grails.plugins.selenium.SeleniumTest
@Mixin(SeleniumTest)
class SomeTests extends GroovyTestCase {
void testHomepageLoads() {
selenium.open "$contextPath/"
assertTrue selenium.isTextPresent("Welcome to Graildsdss")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment