Updated profile picture, home and signing phrase captures
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
parent
e03e6a5fc1
commit
481327fcf4
|
@ -56,8 +56,7 @@ class TestCreateAccount(SingleDeviceTestCase):
|
||||||
self.errors.append("'%s' text is not shown" % text)
|
self.errors.append("'%s' text is not shown" % text)
|
||||||
home.profile_button.click()
|
home.profile_button.click()
|
||||||
home.home_button.click()
|
home.home_button.click()
|
||||||
text = ('There are no recent Chats or DApps here yet. '
|
text = 'Your Home screen will house your recent chats and DApp history. Tap the plus (+) button to get started.'
|
||||||
'Tap the “Plus” button to see the list of Dapps or discover people to chat with.')
|
|
||||||
if not home.element_by_text(text).is_element_displayed():
|
if not home.element_by_text(text).is_element_displayed():
|
||||||
self.errors.append("'%s' text is not shown" % text)
|
self.errors.append("'%s' text is not shown" % text)
|
||||||
self.verify_no_errors()
|
self.verify_no_errors()
|
||||||
|
|
|
@ -144,6 +144,7 @@ class TestProfileSingleDevice(SingleDeviceTestCase):
|
||||||
profile_view.advanced_button.click()
|
profile_view.advanced_button.click()
|
||||||
profile_view.find_text_part('CUSTOM_ROPSTEN')
|
profile_view.find_text_part('CUSTOM_ROPSTEN')
|
||||||
|
|
||||||
|
@marks.logcat
|
||||||
@marks.testrail_id(3774)
|
@marks.testrail_id(3774)
|
||||||
def test_logcat_backup_recovery_phrase(self):
|
def test_logcat_backup_recovery_phrase(self):
|
||||||
sign_in_view = SignInView(self.driver)
|
sign_in_view = SignInView(self.driver)
|
||||||
|
|
|
@ -19,9 +19,10 @@ class TestWalletManagement(SingleDeviceTestCase):
|
||||||
if not wallet.element_by_text(text).is_element_displayed():
|
if not wallet.element_by_text(text).is_element_displayed():
|
||||||
self.errors.append("'%s' is not displayed" % text)
|
self.errors.append("'%s' is not displayed" % text)
|
||||||
wallet.set_up_button.click()
|
wallet.set_up_button.click()
|
||||||
text = ('This is your personal transaction phrase that you’ll use everytime you make a transaction. '
|
text = ("To increase security, we'll show you this phrase each time you initiate a transaction. "
|
||||||
'Make sure to write it down on a piece of paper, store it somewhere, '
|
"When you see then you'll know it's safe to proceed. \n\n"
|
||||||
'and only confirm transactions when you see these three words.')
|
"Memorize or store these words in a secure location. Only confirm transactions if you see them first.")
|
||||||
|
|
||||||
if not wallet.element_by_text(text).is_element_displayed():
|
if not wallet.element_by_text(text).is_element_displayed():
|
||||||
self.errors.append("'%s' text is not displayed" % text)
|
self.errors.append("'%s' text is not displayed" % text)
|
||||||
phrase_length = len(wallet.sign_in_phrase.list)
|
phrase_length = len(wallet.sign_in_phrase.list)
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue