user = User::factory()->create(); $this->post('/login', [ 'email' => $this->user->email, 'password' => 'password', ]); } }