mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 04:58:14 +00:00
LinphoneUITester: go back to contact before each test
This commit is contained in:
parent
760d05819a
commit
dbfa7fac7e
1 changed files with 5 additions and 2 deletions
|
|
@ -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"];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue