resolve includes
Hi,
I'm trying to create some automated tests for my forms but I'm having some problems.
When using includes in the form, the included forms are not loaded.
So I try to cycle the form passing my attribute values, this results in <IncludedForm> can not be resolved.
I tried to call the FormState.resolveIncludes method, but it didn't work. Looking at the implementation didn't help, because I think it's wrong anyway.
So my plan was to create a subClass and override the method. I loop the includes, which return me ObjectRef classes. But I can't seem to convert these into Forms. Can't cast PersistentObject to Form when using the getObject in LightHouseContext.
Can someone help me out here. I'm pretty stuck
regards

