Another fix for false failures

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Churikova Tetiana 2019-09-25 16:50:55 +02:00
parent 4239ae5686
commit 9d0de73c1e
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
2 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class TestRecoverAccessFromSignInScreen(SingleDeviceTestCase):
# check behavior for popup "Custom seed phrase"
if popup:
text = 'some words are misspelled.'
text = 'Custom seed phrase'
common_password = 'qwerty'
if not recover_access_view.find_full_text(text):
self.errors.append('"%s" text is not shown' % text)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB