magic-test/magic-test-laravel

Magic Test sometimes doesn't work with Livewire/Vue

Closed this issue · 0 comments

If a form input is missing the name attribute, MT won't be able to properly generate an action. It'll instead generate something like ->type(null, 'Something) since it only fetches the input's name for now. Here's how to fix it: #7