chore: skipped assets sorting test because of bug

This commit is contained in:
Valentina Novgorodtceva 2024-04-16 15:05:11 +07:00 committed by Anastasiya
parent 48d020dc10
commit d6a71fa37b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ pytestmark = marks
pytest.param('0xFf58d746A67C2E42bCC07d6B3F58406E8837E883', 'AssetsCollectibles', 'Dai Stablecoin', 'WEENUS Token',
'Status Test Token', 'Ether')
])
@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/14427")
def test_wallet_sort_assets(main_screen: MainWindow, address, name, dai, weenus, stt, eth):
with step('Turn on Testnet mode'):
networks = main_screen.left_panel.open_settings().left_panel.open_wallet_settings().open_networks()