LinphoneUITester: go back to contact before each test

This commit is contained in:
Gautier Pelloux-Prayer 2015-08-07 15:38:31 +02:00
parent 760d05819a
commit dbfa7fac7e

View file

@ -14,8 +14,11 @@
#pragma mark - Setup
- (void)beforeAll {
[super beforeAll];
- (void)beforeEach {
[super beforeEach];
if ([tester tryFindingTappableViewWithAccessibilityLabel:@"Back" error:nil]) {
[tester tapViewWithAccessibilityLabel:@"Back"];
}
[tester tapViewWithAccessibilityLabel:@"Contacts"];
}