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 8000048 commit a4f0176Copy full SHA for a4f0176
src/Controls/tests/TestCases.HostApp/Issues/Issue13551.cs renamed to src/Controls/tests/TestCases.HostApp/Issues/XFIssue/Issue13551.cs
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue13551.cs renamed to src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/Issue13551.cs
@@ -21,8 +21,8 @@ public Issue13551(TestDevice testDevice) : base(testDevice)
21
[Category(UITestCategories.Compatibility)]
22
public void CollectionViewWithFooterShouldNotCrashOnDisplay()
23
{
24
- App.WaitForNoElement(Success1);
25
- App.WaitForNoElement(Success2);
+ App.WaitForElement(Success1);
+ App.WaitForElement(Success2);
26
}
27
28
0 commit comments