File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
grails-geb/src/testFixtures/groovy/grails/plugin/geb Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class GrailsGebSettings {
80
80
implicitlyWait = getIntProperty(' grails.geb.timeouts.implicitlyWait' , DEFAULT_TIMEOUT_IMPLICITLY_WAIT )
81
81
pageLoadTimeout = getIntProperty(' grails.geb.timeouts.pageLoad' , DEFAULT_TIMEOUT_PAGE_LOAD )
82
82
scriptTimeout = getIntProperty(' grails.geb.timeouts.script' , DEFAULT_TIMEOUT_SCRIPT )
83
- atCheckWaiting = getBooleanProperty(' grails.geb.atCheckWaiting' , DEFAULT_AT_CHECK_WAITING )
83
+ atCheckWaiting = getBooleanProperty(' grails.geb.atCheckWaiting.enabled ' , DEFAULT_AT_CHECK_WAITING )
84
84
timeout = getNumberProperty(' grails.geb.timeouts.timeout' , Wait . DEFAULT_TIMEOUT )
85
85
retryInterval = getNumberProperty(' grails.geb.timeouts.retryInterval' , Wait . DEFAULT_RETRY_INTERVAL )
86
86
this . startTime = startTime
You can’t perform that action at this time.
0 commit comments