Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
eneroslov committed Apr 18, 2024
1 parent 389f388 commit 5a1cf9e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ module('Integration | Component | flexberry-markdown-editor', function(hooks) {
assert.equal(this.element.textContent.trim(), '');

// Template block usage:
await render(hbs`
{{flexberry-markdown-editor value="template block text"}}
`);
await render(hbs`{{flexberry-markdown-editor value="template block text"}}`);

assert.equal(this.element.textContent.trim(), 'template block text');
});
Expand Down

0 comments on commit 5a1cf9e

Please sign in to comment.