chore: disable community test for a while (#213)

This commit is contained in:
Anastasiya 2023-10-25 20:41:52 +03:00 committed by GitHub
parent 6a3e27b5af
commit f6e9f41311
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ from scripts.tools import image
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703084', 'Create community')
@pytest.mark.case(703084)
@pytest.mark.parametrize('params', [constants.community_params])
@pytest.mark.skip(reason="https://github.com/status-im/desktop-qa-automation/issues/167")
def test_create_community(user_account, main_screen: MainWindow, params):
with step('Create community'):
communities_portal = main_screen.left_panel.open_communities_portal()