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 49eb790 commit 0d0a258Copy full SHA for 0d0a258
test/UnitTest/Components/TimerTest.cs
@@ -138,6 +138,7 @@ public async Task OnCancel_Ok()
138
Assert.True(buttons[1].ClassList.Contains("btn-warning"));
139
Assert.Equal("暂停", buttons[1].GetInnerText());
140
await cut.InvokeAsync(() => buttons[1].Click());
141
+ await Task.Delay(1000);
142
143
// resume
144
buttons = cut.FindAll(".timer-buttons button");
0 commit comments