Skip to content

Commit 1150ed9

Browse files
committed
Try equating to undefined
1 parent 13a7c33 commit 1150ed9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/e2e/test_form.cy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ context('Form', () => {
6060
const data = JSON.parse(content);
6161

6262
// expect(data.due_date).to.equal('Invalid date'); <- Mui doesn't allow setting invalid date
63+
expect(data.due_date).to.equal(undefined);
6364
});
6465
});
6566
});

0 commit comments

Comments
 (0)