Skip to content

Commit

Permalink
test(combobox-web): ix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanunver committed Jan 7, 2025
1 parent 4ade06b commit bad7bac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ describe("Combo box (Association)", () => {
staticDataSourceCustomContent: undefined,
staticDataSourceCaption: dynamic("caption2")
}
]
],
databaseSelectedItemsSorting: "value",
selectedItemsSorting: "value"
};
if (defaultProps.optionsSourceAssociationCaptionType === "expression") {
defaultProps.optionsSourceAssociationCaptionExpression!.get = i => dynamic(`${i.id}`);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ describe("Combo box (Association)", () => {
staticDataSourceCustomContent: undefined,
staticDataSourceCaption: dynamic("caption2")
}
]
],
databaseSelectedItemsSorting: "value",
selectedItemsSorting: "value"
};
if (defaultProps.optionsSourceAssociationCaptionType === "expression") {
defaultProps.optionsSourceAssociationCaptionExpression!.get = i => dynamic(`${i.id}`);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ describe("Combo box (Static values)", () => {
staticDataSourceCustomContent: undefined,
staticDataSourceCaption: dynamic("caption2")
}
]
],
databaseSelectedItemsSorting: "value",
selectedItemsSorting: "value"
};
if (defaultProps.optionsSourceAssociationCaptionType === "expression") {
defaultProps.optionsSourceAssociationCaptionExpression!.get = i => dynamic(`${i.id}`);
Expand Down

0 comments on commit bad7bac

Please sign in to comment.