From d78b11954cbb025de89497045a26e00fbeeef14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wo=C5=BAny?= Date: Thu, 27 Mar 2025 13:57:37 +0100 Subject: [PATCH] fix: component invoking --- guides/v5.7.0/typescript/application-development/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/v5.7.0/typescript/application-development/testing.md b/guides/v5.7.0/typescript/application-development/testing.md index d47c9e3087..e3630670b4 100644 --- a/guides/v5.7.0/typescript/application-development/testing.md +++ b/guides/v5.7.0/typescript/application-development/testing.md @@ -73,7 +73,7 @@ module('Integration | Component | Profile', function (hooks) { }; this.user = user; - await render(hbs``); assert.dom('[data-test-name]').hasText(this.user.displayName); assert @@ -142,7 +142,7 @@ module('Integration | Component | Profile', function (hooks) { avatarUrl: 'https://example.com/star-wars/rey', }; - await render(hbs``); assert.dom('[data-test-name]').hasText(this.user.displayName); assert