Skip to content

Commit

Permalink
update DataInput.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Dec 3, 2023
1 parent d4791aa commit 08d1e28
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,8 @@ const arr = [
},
{
dataType: DATA_TYPES.ArrayType,
operator: OPERATORS.IN,
text: 'stripes-components.multiSelection.controlDescription',
},
{
dataType: DATA_TYPES.ArrayType,
operator: OPERATORS.EQUAL,
componentTestId: 'data-input-select-arrayType',
operator: OPERATORS.CONTAINS,
componentTestId: 'data-input-text-arrayType',
onChange: jest.fn(),
},
{
Expand Down

0 comments on commit 08d1e28

Please sign in to comment.