Nuck Figgers
Infolist component key/name issue while testing
Hi. I'm currently writing tests for infolist hint actions and I have problem accessing nested components. This is my infolist schema:
The only component I can access is the one on the first level which is just tabs component. I've tried dot notation (
tabs.notes.internal_note
) but still noting. Any idea how can I test these actions?
My Filament version is 3.21 replies