Hi,
Greetings!!
Getting this *exception when I am trying to debug geb specification in
intelliJ.*
But working fine with gradle clean test command
*groovy.lang.GroovyRuntimeException: Could not find matching constructor
for: geb.waiting.Wait(Integer, BigDecimal, Boolean)*
This is waiting block from my GebConfig.groovy:
*waiting{ timeout = 2 retryInterval = 0.5 includeCauseInMessage = true
preset{ slow{ timeout = 20 retryInterval = 1 } verySlow{ timeout = 50} }}*
*This is from Page class: *Getting error at below highlighted line.
static content = {
//<navigatorName><options map><actual navigator>
browserAutomationSection(wait: true){ $("h3#the-browser-automation-technology")
}
pageObjectPatternSection(wait: true){ $("h3#the-page-object-pattern") }
}
Please help me resolving this issue.
Thanks,
Sanjay
--
You received this message because you are subscribed to the Google Groups "Geb
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/geb-user/b076db05-7592-44a2-a1ff-9a98d942bdb1n%40googlegroups.com.