fix faq element locator on help view
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
This commit is contained in:
parent
5d549fec12
commit
58dc06267c
|
@ -194,7 +194,7 @@ class TestProfileSingleDevice(SingleDeviceTestCase):
|
||||||
profile_view.help_button.click()
|
profile_view.help_button.click()
|
||||||
base_web_view = profile_view.faq_button.click()
|
base_web_view = profile_view.faq_button.click()
|
||||||
base_web_view.open_in_webview()
|
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()
|
base_web_view.click_system_back_button()
|
||||||
profile_view.submit_bug_button.click()
|
profile_view.submit_bug_button.click()
|
||||||
profile_view.find_full_text('#status')
|
profile_view.find_full_text('#status')
|
||||||
|
|
Loading…
Reference in New Issue