You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all Navigator instances, including Modules, returned from the content DSL are wrapped in TemplateDerivedPageContent which enables better error reporting when required content is not found. This is problematic when strongly typing your Geb related code.
Modules returned from content DSL should be unwrappable using the Groovy as operator.
The text was updated successfully, but these errors were encountered:
Currently all
Navigator
instances, includingModule
s, returned from the content DSL are wrapped inTemplateDerivedPageContent
which enables better error reporting when required content is not found. This is problematic when strongly typing your Geb related code.Modules returned from content DSL should be unwrappable using the Groovy
as
operator.The text was updated successfully, but these errors were encountered: