Another fix for false failures
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
4239ae5686
commit
9d0de73c1e
|
@ -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 |
Loading…
Reference in New Issue