From 58dc06267c6cee0890fbe3f029492dba3615b82b Mon Sep 17 00:00:00 2001 From: Oleksii Lymarenko Date: Mon, 19 Nov 2018 18:50:41 +0200 Subject: [PATCH] fix faq element locator on help view Signed-off-by: Oleksii Lymarenko --- test/appium/tests/atomic/account_management/test_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/appium/tests/atomic/account_management/test_profile.py b/test/appium/tests/atomic/account_management/test_profile.py index 5c7dcfff79..912d6eddd8 100644 --- a/test/appium/tests/atomic/account_management/test_profile.py +++ b/test/appium/tests/atomic/account_management/test_profile.py @@ -194,7 +194,7 @@ class TestProfileSingleDevice(SingleDeviceTestCase): profile_view.help_button.click() base_web_view = profile_view.faq_button.click() base_web_view.open_in_webview() - base_web_view.find_full_text('build_status') + base_web_view.find_full_text('Frequently Asked Questions') base_web_view.click_system_back_button() profile_view.submit_bug_button.click() profile_view.find_full_text('#status')