We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d978148 commit f434392Copy full SHA for f434392
src/CommunityToolkit.Maui.UnitTests/Services/PopupServiceTests.cs
@@ -65,22 +65,6 @@ public void ShowPopupAsync_UsingNavigation_WithViewType_ShowsPopup()
65
Assert.IsType<PopupPage>(navigation.ModalStack[0]);
66
}
67
68
- public class AsynchronousPopupTest
69
- {
70
- readonly TimeSpan waitTime;
71
-
72
- public AsynchronousPopupTest(Action action, TimeSpan waitTime)
73
74
- this.waitTime = waitTime;
75
- action.Invoke();
76
- }
77
78
- public async Task WaitUntilCompleted()
79
80
- await Task.Delay(waitTime, TestContext.Current.CancellationToken);
81
82
83
84
[Fact]
85
public void ShowPopupAsync_UsingPage_WithViewType_ShowsPopup()
86
{
0 commit comments