laravel-frontend-presets / tall

A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
MIT License
2.46k stars 207 forks source link

Missing auth tests #2

Closed imliam closed 4 years ago

imliam commented 4 years ago

At present, the login and register Livewire components are fully tested.

However, while I've verified that the rest of the auth works manually, it's not under automated tests. We could do with a few more feature tests to get more confidence in such fundamental parts of the preset.

imliam commented 4 years ago

@DanHarrin is a ⭐️ and finished most of them