chore: remove channel test from critical path for now

https://github.com/status-im/desktop-qa-automation/issues/535
This commit is contained in:
Anastasiya Semenkevich 2024-02-22 12:28:04 +03:00 committed by Anastasiya
parent 2bf83be9db
commit 86d5537db6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pytestmark = marks
@pytest.mark.parametrize(
'channel_name, channel_description, channel_emoji, channel_emoji_image, channel_color, new_channel_name, new_channel_description, new_channel_emoji',
[('Channel', 'Description', 'sunglasses', None, '#4360df', 'New-channel', 'New channel description', 'thumbsup')])
@pytest.mark.critical
# @pytest.mark.critical TODO: https://github.com/status-im/desktop-qa-automation/issues/535
def test_create_edit_remove_community_channel(main_screen, channel_name, channel_description, channel_emoji, channel_emoji_image,
channel_color, new_channel_name, new_channel_description, new_channel_emoji):
with step('Create simple community'):