chore(E2E): Skip tests on watch only accounts

(cherry picked from commit 5ac1f129e5)
This commit is contained in:
Alex Jbanca 2024-08-06 09:22:53 +03:00 committed by Anastasiya
parent 6a7b0c0289
commit 95d8db26d2
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ pytestmark = marks
pytest.param('0xea123F7beFF45E3C9fdF54B324c29DBdA14a639A', 'AccWatch1', '#2a4af5',
'sunglasses', '1f60e', 'AccWatch1edited', '#216266', 'thumbsup', '1f44d')
])
@pytest.mark.skip(reason='https://github.com/status-im/status-desktop/issues/15995')
def test_right_click_manage_watch_only_account_context_menu(main_screen: MainWindow, address: str, color: str, emoji: str,
emoji_unicode: str,
name: str, new_name: str, new_color: str, new_emoji: str,