disable collectible e2e

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
Churikova Tetiana 2020-09-25 10:54:47 +02:00 committed by andrey
parent e55cb6b47b
commit 6940adf1cb
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 2 additions and 0 deletions

View File

@ -215,8 +215,10 @@ class TestWalletManagement(SingleDeviceTestCase):
if not wallet_view.element_by_text('1').is_element_displayed():
self.driver.fail('User collectibles amount does not match')
# TODO: redo to open with Opensea
@marks.testrail_id(5346)
@marks.high
@marks.skip
def test_collectible_from_wallet_opens_in_browser_view(self):
passphrase = wallet_users['F']['passphrase']
signin_view = SignInView(self.driver)