If you enable implicit at-check waiting, then the isAt/verifyAtSafely explodes instead of just returning false.
Stack trace:
condition did not pass in 15.0 seconds (failed with exception)
geb.waiting.Wait.waitFor(Wait.groovy:126)
geb.Page.verifyThisPageAtOnly(Page.groovy:176)
geb.Page.verifyAtSafely(Page.groovy:156)
geb.Browser.isAt(Browser.groovy:316)
geb.Browser.isAt(Browser.groovy)
GmailDsl.isAt(GmailDsl.groovy:7)
The text was updated successfully, but these errors were encountered:
Originally created by Robert Fischer.
If you enable implicit at-check waiting, then the isAt/verifyAtSafely explodes instead of just returning false.
Stack trace:
condition did not pass in 15.0 seconds (failed with exception)
geb.waiting.Wait.waitFor(Wait.groovy:126)
geb.Page.verifyThisPageAtOnly(Page.groovy:176)
geb.Page.verifyAtSafely(Page.groovy:156)
geb.Browser.isAt(Browser.groovy:316)
geb.Browser.isAt(Browser.groovy)
GmailDsl.isAt(GmailDsl.groovy:7)
The text was updated successfully, but these errors were encountered: