From a5aea58f3f202163e4b64a0251310f4a6ad25efb Mon Sep 17 00:00:00 2001 From: tintinthong <justinthong93@gmail.com> Date: Tue, 31 Dec 2024 09:56:25 -0500 Subject: [PATCH] fix test --- .../host/tests/acceptance/code-submode/create-file-test.gts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/host/tests/acceptance/code-submode/create-file-test.gts b/packages/host/tests/acceptance/code-submode/create-file-test.gts index 9b262b394e..c0b001457d 100644 --- a/packages/host/tests/acceptance/code-submode/create-file-test.gts +++ b/packages/host/tests/acceptance/code-submode/create-file-test.gts @@ -249,7 +249,7 @@ module('Acceptance | code submode | create-file tests', function (hooks) { .dom( '[data-test-new-file-dropdown-menu] [data-test-boxel-menu-item-text]', ) - .exists({ count: 3 }); + .exists({ count: 4 }); assert .dom( '[data-test-new-file-dropdown-menu] [data-test-boxel-menu-item-text="Card Definition"]',