Skip to content

Commit

Permalink
Test should now pass once I update ember-repl
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 19, 2024
1 parent 98473d5 commit dbdd669
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs-app/tests/markdown/rendering-test.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ module('Markdown | Rendering', function (hooks) {
await waitUntil(() => state.doc.isReady);

assert.dom('h1').containsText('Hello there');
await this.pauseTest():
assert.dom('output').containsText('general kenobi');
});
});

0 comments on commit dbdd669

Please sign in to comment.