On Pest 4, filling forms on browser tests for Filament 4
Happy weekend π.
I've tried many ways to do browser testing for my form (login form as a test), but I cannot make it work.
This is my
Login::class
(that extends base Filament Login::class
):
And, on my test I tried:
This is my view (image 1).
It should be something very simple. But I cannot make it work.
Any hint is appreciated π
2 Replies
This simple test is working for me
Check more https://youtu.be/M5i5-87HoHw?si=CXHM5aeTyspwlZ9W&t=483
Having the same issue. Did you figure this out @kennyhorna ?
Alright, upgrading to pest-plugin-browser 4.0.2 works