adminUserSigningIn(); $this->visit(route('invoices.index')); $this->seePageIs(route('invoices.index')); $this->see(trans('invoice.list')); } }