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"]',