mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix tester. Actually, localization of accessibility labels won’t work in Settings for now. Solution might be to take the Settings bundle localization
This commit is contained in:
parent
beb03df7a6
commit
d902a4e70a
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ static bool invalidAccount = true;
|
|||
if( invalidAccount && ! [self hasValidProxyConfig] ){
|
||||
|
||||
[tester tapViewWithAccessibilityLabel:LOCALIZED(@"Settings")];
|
||||
[tester tapViewWithAccessibilityLabel:LOCALIZED(@"Wizard")];
|
||||
[tester tapViewWithAccessibilityLabel:@"Run assistant"];
|
||||
[tester waitForTimeInterval:0.5];
|
||||
if( [tester tryFindingViewWithAccessibilityLabel:LOCALIZED(@"Launch Wizard") error:nil]){
|
||||
[tester tapViewWithAccessibilityLabel:LOCALIZED(@"Launch Wizard")];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue