chore: enable back test with context menu interactions

This commit is contained in:
Anastasiya Semenkevich 2024-09-03 15:25:42 +03:00 committed by Anastasiya
parent fa500a3b5b
commit 94c62dae26
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pytestmark = marks
pytest.param('#2a4af5', 'sunglasses', '1f60e', pytest.param('#2a4af5', 'sunglasses', '1f60e',
'#216266', 'thumbsup', '1f44d') '#216266', 'thumbsup', '1f44d')
]) ])
# @pytest.mark.critical TODO: https://github.com/status-im/status-desktop/issues/16236 @pytest.mark.critical
def test_add_edit_delete_generated_account(main_screen: MainWindow, user_account, def test_add_edit_delete_generated_account(main_screen: MainWindow, user_account,
color: str, emoji: str, emoji_unicode: str, color: str, emoji: str, emoji_unicode: str,
new_color: str, new_emoji: str, new_color: str, new_emoji: str,