sdelamo opened a new issue, #284: URL: https://github.com/apache/groovy-geb/issues/284
## Steps to reproduce: Clone branch `geb8` of https://github.com/micronaut-projects/micronaut-security The following test fails ```./gradlew :test-suite-geb:test --tests "io.micronaut.security.session.SessionAuthenticationSpec" with: SessionAuthenticationSpec > verify session based authentication works FAILED groovy.lang.ReadOnlyPropertyException: Cannot set readonly property: baseUrl for class: geb.Browser at app//groovy.lang.GroovyObject.setProperty(GroovyObject.java:61) at app//io.micronaut.security.session.SessionAuthenticationSpec.getBrowser(SessionAuthenticationSpec.groovy:63) at app//geb.spock.GebSpec.methodMissing(GebSpec.groovy:1) at io.micronaut.security.session.SessionAuthenticationSpec.verify session based authentication works(SessionAuthenticationSpec.groovy:78) ``` Browser is retrieved from https://github.com/apache/groovy-geb/blob/master/module/geb-core/src/main/groovy/geb/test/GebTestManager.groovy#L48 via https://github.com/apache/groovy-geb/blob/master/module/geb-core/src/main/groovy/geb/test/GebTestManager.groovy#L48 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
