chore(@e2e): disable test temp

This commit is contained in:
Anastasiya Semenkevich 2024-10-28 17:56:19 +03:00
parent c47f42eb39
commit c33d400124
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ pytestmark = marks
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703057', 'Edit community')
@pytest.mark.case(703057)
@pytest.mark.critical
#@pytest.mark.critical
@pytest.mark.skip(reason='temp disable')
def test_create_edit_community(main_screen: MainWindow):
with step('Enable creation of community option'):
settings = main_screen.left_panel.open_settings()