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
| 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("임직원") |
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
| 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” |