JonasPammer opened a new pull request, #164:
URL: https://github.com/apache/grails-geb/pull/164

   https://github.com/apache/grails-geb/pull/151 didnt include  feature by 
https://github.com/apache/grails-geb/pull/146, so these errors happened for me:
   
   ChildPreferenceInheritedConfigSpec
   ```
   Cannot invoke "geb.test.GebTestManager.getBrowser()" because the return 
value of "grails.plugin.geb.ContainerGebSpec.getTestManager()" is 
nulljava.lang.NullPointerException: Cannot invoke 
"geb.test.GebTestManager.getBrowser()" because the return value of 
"grails.plugin.geb.ContainerGebSpec.getTestManager()" is null
        at 
grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.getBrowser(BrowserDelegate.groovy:50)
        at 
grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.methodMissing(BrowserDelegate.groovy:408)
        at 
grails.plugin.geb.WebDriverContainerHolder$WebDriverContainerConfiguration.<init>(WebDriverContainerHolder.groovy:230)
        at 
grails.plugin.geb.WebDriverContainerHolder.reinitialize(WebDriverContainerHolder.groovy:91)
        at 
grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:75)
   ```
   
   InheritedConfigSpec + MultipleInheritanceSpec
   ```
   No signature of method: geb.navigator.DefaultNavigator.fileDetector() is 
applicable for argument types: () values: []groovy.lang.MissingMethodException: 
No signature of method: geb.navigator.DefaultNavigator.fileDetector() is 
applicable for argument types: () values: []
        at 
geb.navigator.DefaultNavigator.methodMissing(DefaultNavigator.groovy:808)
        at 
geb.content.PageContentSupport.methodMissing(PageContentSupport.groovy:35)
        at geb.Page.methodMissing(Page.groovy:110)
        at 
grails.plugin.geb.support.delegate.BrowserDelegate$Trait$Helper.methodMissing(BrowserDelegate.groovy:408)
        at 
grails.plugin.geb.WebDriverContainerHolder$WebDriverContainerConfiguration.<init>(WebDriverContainerHolder.groovy:230)
        at 
grails.plugin.geb.WebDriverContainerHolder.reinitialize(WebDriverContainerHolder.groovy:91)
        at 
grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:75)
   ```
   
   


-- 
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: commits-unsubscr...@grails.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to