e2e: fix opensea

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
Churikova Tetiana 2021-02-02 14:24:28 +01:00 committed by andrey
parent c76567c20f
commit 781360a1cf
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 2 additions and 1 deletions

View File

@ -106,8 +106,9 @@ class TestWalletManagement(SingleDeviceTestCase):
wallet.just_fyi('Check "Open in OpenSea"')
wallet.element_by_translation_id("check-on-opensea").click()
wallet.element_by_text('Sign In').click()
if not wallet.allow_button.is_element_displayed(40):
self.errors.append('OpenSea app is not opened when navigating from wallet')
self.errors.append('Can not sign in in OpenSea dapp')
self.errors.verify_no_errors()
@marks.testrail_id(5341)