Testing Builders
Using Builder Fields, how can I test that a builder block has certain fields visible and if specific sub-fields are required?
https://filamentphp.com/docs/3.x/forms/fields/builder#testing-builders
Take this mockup for example:
How can I setup a simple test to load the form, add one of these blocks to the Element and then test that certain sub-fields are both visible and maybe required?
0 Replies