Skip to content

Commit

Permalink
fix isRequired validation in date_column_editing_1 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesikot committed Aug 12, 2024
1 parent 922764b commit b0ffa03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ describe(
agHelper.AssertCSS(
table._editCellEditor,
"border",
"1px solid rgb(255, 255, 255)",
"1px solid rgb(242, 43, 43)",
);
agHelper
.GetText(`${table._tableRow1Child3} ${locators._inputField}`)
Expand Down

0 comments on commit b0ffa03

Please sign in to comment.