create([ 'username' => 'emailuser', ]); $response = $this->actingAs($user) ->get('/jabali-panel/email'); $response->assertStatus(200); } }