From 6e4b41ac6992fe0aa1c065cca342fb37beda9cb0 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Mon, 30 Sep 2024 18:02:17 +0300 Subject: [PATCH] chore: include test for group chat in PRs --- test/e2e/tests/crtitical_tests_prs/test_messaging_group_chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/tests/crtitical_tests_prs/test_messaging_group_chat.py b/test/e2e/tests/crtitical_tests_prs/test_messaging_group_chat.py index 043c4eee76..751009eb88 100644 --- a/test/e2e/tests/crtitical_tests_prs/test_messaging_group_chat.py +++ b/test/e2e/tests/crtitical_tests_prs/test_messaging_group_chat.py @@ -22,6 +22,7 @@ pytestmark = marks @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703014', 'Create a group and send messages') @pytest.mark.case(703014) @pytest.mark.timeout(timeout=315) +@pytest.mark.critical def test_group_chat(multiple_instances): user_one: UserAccount = RandomUser() user_two: UserAccount = RandomUser()