Aethyrion
Password reset request notification test failing
Sorted it. I have a two types of users: customers and users (for Filament). I just needed to set
$panel->authPasswordBroker('users')
in my admin panel provider. As I have the default password broker to "customers" it wasn't finding the user based off the credentials provided3 replies
Testing modal form in resource relation
It looks like it was
assertHasNoFormErrors
that was the issue. If I put that back in place of assertHasNoTableActionErrors
then the InfoList error comes back. I thought because it's a form despite it being in a modal and not on a page that I could still use formFill
, assertHasNoFormErrors
, etc.28 replies