Skip to content

Commit

Permalink
fix: md-editor test
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw committed Dec 31, 2022
1 parent faeea33 commit f206f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/md-editor-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ module('Integration | Component | md-editor', function (hooks) {
hbs`<MdEditor @content={{this.markdownContent}} @textareaId='new-forum-post' />`
);

assert.dom('[data-test-md-editor-textarea]').hasText('This is some text.');
assert.dom('[data-test-md-editor-textarea]').hasValue('This is some text.');
});
});

0 comments on commit f206f9f

Please sign in to comment.