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')