Field is hidden test - Pest
Hi guys,
I have on my tenant create a form which I want to test. It has a depending field which I try to test if its visible or not. But using isVisible or isHidden, both return an error:
Failed asserting that a field with the name [company_name] is hidden on the form named [form] on the [App\Filament\Pages\Tenancy\RegisterWebsite] component.
Failed asserting that an array does not have the key 'company_name'.
My test looks like the following:
The form will be in a seperate message as I dont have discord premium π
1 Reply