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 139cb79 commit 04602c1Copy full SHA for 04602c1
test/UnitTest/Components/DateTimePickerTest.cs
@@ -930,7 +930,6 @@ public async Task AutoClose_OK()
930
});
931
button = cut.FindAll(".picker-panel-content .cell").First(i => i.TextContent == $"{DateTime.Today.Day}");
932
await cut.InvokeAsync(() => button.Click());
933
- Assert.NotEqual(val, DateTime.MinValue);
934
}
935
936
[Fact]
0 commit comments