Skip to content

Commit

Permalink
Disable form submit: adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
art-alexeyenko committed Sep 19, 2023
1 parent a9e8cf0 commit 8598cb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ describe('<Form />', () => {

c.setState({ submitInProgress: true });

expect(c.find('form').prop('inert')).to.be.true;
expect(c.find('form').prop('inert')).to.be.equal('true');
});

it('should return form to non-inert state after submit is done', () => {
Expand Down

0 comments on commit 8598cb3

Please sign in to comment.