Skip to content

Commit

Permalink
fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Jan 17, 2025
1 parent 58801d8 commit 9cc39f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ module('boxel spec preview', function (hooks) {
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="type"] input').hasValue('card');
assert.dom('[data-test-field="specType"] input').hasValue('card');
});
test('title does not default to "default"', async function (assert) {
await visitOperatorMode({
Expand Down

0 comments on commit 9cc39f3

Please sign in to comment.