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 b4986a1 commit 389f388
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ module('Integration | Component | flexberry-markdown-editor', function(hooks) {

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

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

0 comments on commit 389f388

Please sign in to comment.