How can I to test user authentication? My test:
public function successLogin() { $user = User::factory()->create([\'login\' => \'123\']);