This is an automated email from the ASF dual-hosted git repository.

matrei pushed a commit to branch geb-8
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/geb-8 by this push:
     new 4a407cb83b fix(geb): use correct `atCheckWaiting` system property
4a407cb83b is described below

commit 4a407cb83bf8a0b1dcd8d7bfeeebc0fc1bf464dc
Author: Mattias Reichel <[email protected]>
AuthorDate: Tue Sep 23 15:35:50 2025 +0200

    fix(geb): use correct `atCheckWaiting` system property
---
 .../src/testFixtures/groovy/grails/plugin/geb/GrailsGebSettings.groovy  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/grails-geb/src/testFixtures/groovy/grails/plugin/geb/GrailsGebSettings.groovy 
b/grails-geb/src/testFixtures/groovy/grails/plugin/geb/GrailsGebSettings.groovy
index 0fb14d5e8d..e5b5b262ff 100644
--- 
a/grails-geb/src/testFixtures/groovy/grails/plugin/geb/GrailsGebSettings.groovy
+++ 
b/grails-geb/src/testFixtures/groovy/grails/plugin/geb/GrailsGebSettings.groovy
@@ -80,7 +80,7 @@ class GrailsGebSettings {
         implicitlyWait = getIntProperty('grails.geb.timeouts.implicitlyWait', 
DEFAULT_TIMEOUT_IMPLICITLY_WAIT)
         pageLoadTimeout = getIntProperty('grails.geb.timeouts.pageLoad', 
DEFAULT_TIMEOUT_PAGE_LOAD)
         scriptTimeout = getIntProperty('grails.geb.timeouts.script', 
DEFAULT_TIMEOUT_SCRIPT)
-        atCheckWaiting = getBooleanProperty('grails.geb.atCheckWaiting', 
DEFAULT_AT_CHECK_WAITING)
+        atCheckWaiting = 
getBooleanProperty('grails.geb.atCheckWaiting.enabled', 
DEFAULT_AT_CHECK_WAITING)
         timeout = getNumberProperty('grails.geb.timeouts.timeout', 
Wait.DEFAULT_TIMEOUT)
         retryInterval = getNumberProperty('grails.geb.timeouts.retryInterval', 
Wait.DEFAULT_RETRY_INTERVAL)
         this.startTime = startTime

Reply via email to