fix faq element locator on help view

Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
This commit is contained in:
Oleksii Lymarenko 2018-11-19 18:50:41 +02:00
parent 5d549fec12
commit 58dc06267c
No known key found for this signature in database
GPG Key ID: 2007E841ECE4A02C
1 changed files with 1 additions and 1 deletions

View File

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