Skip to content

Commit

Permalink
Form: test improvements (T1257945)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-shakhova committed Dec 12, 2024
1 parent 732378c commit 610c734
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ function _convertToLabelOptions({
},
);

const editorsRequiringIdForLabel = [
const editorsRequiringIdForLabel: FormItemComponent[] = [
'dxRadioGroup',
'dxCheckBox',
'dxLookup',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4614,7 +4614,6 @@ QUnit.test('form should be dirty when some editors are dirty', function(assert)
pointerMock($label).click();

assert.equal(editorInstance.option('opened'), openOnFieldClick, `drop down list is hidden by ${openOnFieldClick ? 'triggered input click' : 'label click'}`);

});
});

Expand Down

0 comments on commit 610c734

Please sign in to comment.