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)
Steps to reproduce:
Clone branch
geb8of https://github.com/micronaut-projects/micronaut-securityThe following test fails
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