create(); $this->actingAs($user) ->get('/dashboard') ->assertSee('Datei-Upload') ->assertSee(route('upload')); });