Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
burieberry committed Jan 31, 2025
1 parent e2d75f7 commit 0e26697
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,7 @@ module('boxel spec preview', function (hooks) {
await waitFor('[data-test-create-boxel-spec-instance]');
assert.dom('[data-test-selected-type="NewSkill"]').exists();
await click('[data-test-create-boxel-spec-instance]');
await waitFor('[data-test-field="specType"]');
assert.dom('[data-test-field="specType"] input').hasValue('card');
assert.dom('[data-test-exported-type]').hasText('card');
});
test('title does not default to "default"', async function (assert) {
await visitOperatorMode({
Expand Down

0 comments on commit 0e26697

Please sign in to comment.