Skip to content

Commit

Permalink
disabled test due to customized behavior for OC
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed May 13, 2024
1 parent 3df4860 commit 67a1f33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/enketo-core/test/spec/form.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,8 @@ describe('branching functionality', () => {
expect(form.model.node(three).getVal()).to.equal('three');
});

it('by clearing values of non-relevant questions when form.clearNonRelevant() is called', () => {
// OC disabled forceClearing of non-relevant values
xit('by clearing values of non-relevant questions when form.clearNonRelevant() is called', () => {
const form = loadForm(name);
form.init();
expect(form.model.node(two).getVal()).to.equal('two');
Expand Down

0 comments on commit 67a1f33

Please sign in to comment.