Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Dec 21, 2024
1 parent 0ca4835 commit cbc150d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/javascript/public/test/form_builders/validateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ QUnit.test('Validate form with an input changed to false (async)', function (ass
var input = form.find('input#user_name')

input.val('Test')
input.attr('csvChanged', false)
input.attr('data-valid', true)
input[0].dataset.csvChanged = 'false'

form.trigger('submit')

Expand Down

0 comments on commit cbc150d

Please sign in to comment.