File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
TestCases.Android.Tests/snapshots/android
TestCases.Shared.Tests/Tests/Issues Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,14 @@ public Bugzilla34912(TestDevice testDevice) : base(testDevice)
1717 [ Category ( UITestCategories . ListView ) ]
1818 public void Bugzilla34912Test ( )
1919 {
20+ App . WaitForElement ( "Allen" ) ;
2021 App . Tap ( "Allen" ) ;
2122 App . WaitForElement ( "You tapped Allen" ) ;
23+ App . WaitForElement ( "OK" ) ;
2224 App . Tap ( "OK" ) ;
25+ App . WaitForElement ( "Disable ListView" ) ;
2326 App . Tap ( "Disable ListView" ) ;
27+ App . WaitForElement ( "Allen" ) ;
2428 App . Tap ( "Allen" ) ;
2529 App . WaitForNoElement ( "You tapped Allen" ) ;
2630 }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public Issue7678(TestDevice device) : base(device)
1515 [ Category ( UITestCategories . CarouselView ) ]
1616 public void VerifyCarouselViewItemsRenderAfterBinding ( )
1717 {
18- App . WaitForElement ( "carouselView" , timeout : TimeSpan . FromSeconds ( 2 ) ) ;
18+ App . WaitForElement ( "carouselView" , timeout : TimeSpan . FromSeconds ( 4 ) ) ;
1919 App . WaitForElementTillPageNavigationSettled ( "1" ) ;
2020 }
2121 }
You can’t perform that action at this time.
0 commit comments