livewire()->fillForm() not working
I have several tests using the same helper. All tests are working except for one, and I can't figure out why. I'm going to leave the simplest example possible just to show the problem:
VehicleTest:
VehicleResource:
CreateVehicle:
That exact test is not working, giving:
Even though it works if I manually create that vehicle in the actual page.
VehicleTest:
VehicleResource:
CreateVehicle:
That exact test is not working, giving:
Failed asserting that null matches expected 'someplate'Even though it works if I manually create that vehicle in the actual page.