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