Skip to content

Commit

Permalink
test: prevent test from breaking on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Feb 12, 2025
1 parent bbe3595 commit 805b85c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/form-js-playground/test/spec/JSONEditor.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ describe('JSONEditor', function () {
// when
startCompletion(cm);

editor.setValue(initialValue.replace(',', ''));

// then
await expectEventually(() => {
const completions = currentCompletions(cm.state);
Expand Down

0 comments on commit 805b85c

Please sign in to comment.