From e27bc01626c138512c7b4eefda03c278f701c00b Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Wed, 14 Feb 2024 10:20:06 +0300 Subject: [PATCH] chore: added edit community test to critical path --- test/e2e/tests/communities/test_communities.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/tests/communities/test_communities.py b/test/e2e/tests/communities/test_communities.py index 36184ae08c..f6dc56f77b 100644 --- a/test/e2e/tests/communities/test_communities.py +++ b/test/e2e/tests/communities/test_communities.py @@ -86,6 +86,7 @@ def test_edit_community_separately(main_screen, community_params): @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703057', 'Edit community') @pytest.mark.case(703057) +@pytest.mark.critical @pytest.mark.parametrize('params', [ { 'name': 'Updated Name',