mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-05 04:54:53 +00:00
🔥 **Cleanup & Tests:** Removed the obsolete auth.register component and its related route, feature tests, and browser tests. Disabled public registration and added tests to ensure /register returns a 404. Added new tests for service, lecturer, city, venue, and meetup CRUD flows.
This commit is contained in:
@@ -6,10 +6,6 @@ it('mounts the auth.login component', function () {
|
||||
Livewire::test('auth.login')->assertStatus(200);
|
||||
});
|
||||
|
||||
it('mounts the auth.register component', function () {
|
||||
Livewire::test('auth.register')->assertStatus(200);
|
||||
});
|
||||
|
||||
it('mounts the auth.forgot-password component', function () {
|
||||
Livewire::test('auth.forgot-password')->assertStatus(200);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user