Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Dec 31, 2024
1 parent a76e895 commit a5aea58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]',
Expand Down

0 comments on commit a5aea58

Please sign in to comment.