Skip to content

Instantly share code, notes, and snippets.

import geb.spock.GebSpec
class GebishOrgSpec extends GebSpec {
def "can get to the current Book of Geb"() {
when:
to PcSellHomePage
then:
manualsMenu.jumbo.text().startsWith("임직원")
import org.openqa.selenium.chrome.ChromeDriver
import org.openqa.selenium.chrome.ChromeOptions
import org.openqa.selenium.firefox.FirefoxDriver
waiting {
timeout = 2
}
environments {
// run via “./gradlew chromeTest”