Skip to content

Commit a4f0176

Browse files
authored
Fix Issue13551 to use WaitForElement (#27644)
1 parent 8000048 commit a4f0176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue13551.cs renamed to src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/Issue13551.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public Issue13551(TestDevice testDevice) : base(testDevice)
2121
[Category(UITestCategories.Compatibility)]
2222
public void CollectionViewWithFooterShouldNotCrashOnDisplay()
2323
{
24-
App.WaitForNoElement(Success1);
25-
App.WaitForNoElement(Success2);
24+
App.WaitForElement(Success1);
25+
App.WaitForElement(Success2);
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)