From d902a4e70ab45581caddd73b878cb440c5ad10c8 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Thu, 19 Feb 2015 09:39:48 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20tester.=20Actually,=20localization=20of?= =?UTF-8?q?=20accessibility=20labels=20won=E2=80=99t=20work=20in=20Setting?= =?UTF-8?q?s=20for=20now.=20Solution=20might=20be=20to=20take=20the=20Sett?= =?UTF-8?q?ings=20bundle=20localization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KifTests/LinphoneTestCase.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KifTests/LinphoneTestCase.m b/KifTests/LinphoneTestCase.m index efbbb1c3f..542cdb12d 100644 --- a/KifTests/LinphoneTestCase.m +++ b/KifTests/LinphoneTestCase.m @@ -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")];