Scroll to get to the Remove button

This commit is contained in:
Guillaume BIENKOWSKI 2015-03-06 11:14:04 +01:00
parent 2ae25cfbe6
commit 615ac0086e

View file

@ -120,6 +120,9 @@
// then remove the contact
[tester tapViewWithAccessibilityLabel:@"Edit"];
[tester scrollViewWithAccessibilityIdentifier:@"Contact numbers table" byFractionOfSizeHorizontal:0 vertical:-0.9];
[tester tapViewWithAccessibilityLabel:@"Remove"];
[tester waitForAbsenceOfViewWithAccessibilityLabel:fullName traits:UIAccessibilityTraitStaticText];