e2e: fix opensea
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
c76567c20f
commit
781360a1cf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue