We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8160795 commit dead34eCopy full SHA for dead34e
test/UnitTest/Components/DateTimePickerTest.cs
@@ -928,8 +928,9 @@ public async Task AutoClose_OK()
928
{
929
pb.Add(a => a.AutoClose, true);
930
});
931
+ button = cut.FindAll(".picker-panel-content .cell").First(i => i.TextContent == $"{DateTime.Today.Day}");
932
await cut.InvokeAsync(() => button.Click());
- Assert.Equal(val, DateTime.MinValue);
933
+ Assert.NotEqual(val, DateTime.MinValue);
934
}
935
936
[Fact]
0 commit comments