Updated profile picture, home and signing phrase captures

Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
yevh-berdnyk 2018-09-05 18:39:22 +03:00
parent e03e6a5fc1
commit 481327fcf4
No known key found for this signature in database
GPG Key ID: E9B425FDFC4DEA9C
4 changed files with 6 additions and 5 deletions

View File

@ -56,8 +56,7 @@ class TestCreateAccount(SingleDeviceTestCase):
self.errors.append("'%s' text is not shown" % text)
home.profile_button.click()
home.home_button.click()
text = ('There are no recent Chats or DApps here yet. '
'Tap the “Plus” button to see the list of Dapps or discover people to chat with.')
text = 'Your Home screen will house your recent chats and DApp history. Tap the plus (+) button to get started.'
if not home.element_by_text(text).is_element_displayed():
self.errors.append("'%s' text is not shown" % text)
self.verify_no_errors()

View File

@ -144,6 +144,7 @@ class TestProfileSingleDevice(SingleDeviceTestCase):
profile_view.advanced_button.click()
profile_view.find_text_part('CUSTOM_ROPSTEN')
@marks.logcat
@marks.testrail_id(3774)
def test_logcat_backup_recovery_phrase(self):
sign_in_view = SignInView(self.driver)

View File

@ -19,9 +19,10 @@ class TestWalletManagement(SingleDeviceTestCase):
if not wallet.element_by_text(text).is_element_displayed():
self.errors.append("'%s' is not displayed" % text)
wallet.set_up_button.click()
text = ('This is your personal transaction phrase that youll use everytime you make a transaction. '
'Make sure to write it down on a piece of paper, store it somewhere, '
'and only confirm transactions when you see these three words.')
text = ("To increase security, we'll show you this phrase each time you initiate a transaction. "
"When you see then you'll know it's safe to proceed. \n\n"
"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():
self.errors.append("'%s' text is not displayed" % text)
phrase_length = len(wallet.sign_in_phrase.list)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB