Skip to content

Commit

Permalink
DatePicker: fix AllowClear test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmatevs committed Feb 11, 2025
1 parent e97db66 commit 216172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Radzen.Blazor.Tests/DatePickerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void DatePicker_Renders_AllowClearParameter()
parameters.Add<bool>(p => p.AllowClear, true);
});

Assert.Contains(@$"<i class=""notranslate rz-dropdown-clear-icon rzi rzi-times""", component.Markup);
Assert.Contains(@$"<i class=""notranslate rz-clear-field-icon rzi rzi-times""", component.Markup);
}

[Fact]
Expand Down

0 comments on commit 216172c

Please sign in to comment.