create(); $this->actingAs(User::factory()->create()) ->get(route('settings.alerts.index')) ->assertForbidden(); } }