chore(tests): make permissions tests required for PRs
This commit is contained in:
parent
dc49843948
commit
774c08eec7
|
@ -20,6 +20,7 @@ pytestmark = marks
|
||||||
'Manage community: Adding new permissions, Editing permissions, Deleting permission')
|
'Manage community: Adding new permissions, Editing permissions, Deleting permission')
|
||||||
@pytest.mark.case(703632, 705014, 705016)
|
@pytest.mark.case(703632, 705014, 705016)
|
||||||
@pytest.mark.parametrize('params', [constants.community_params])
|
@pytest.mark.parametrize('params', [constants.community_params])
|
||||||
|
@pytest.mark.critical
|
||||||
def test_add_edit_and_remove_permissions(main_screen: MainWindow, params):
|
def test_add_edit_and_remove_permissions(main_screen: MainWindow, params):
|
||||||
with step('Enable creation of community option'):
|
with step('Enable creation of community option'):
|
||||||
settings = main_screen.left_panel.open_settings()
|
settings = main_screen.left_panel.open_settings()
|
||||||
|
@ -183,6 +184,7 @@ def test_add_edit_and_remove_permissions(main_screen: MainWindow, params):
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('params', [constants.community_params])
|
@pytest.mark.parametrize('params', [constants.community_params])
|
||||||
|
@pytest.mark.critical
|
||||||
def test_add_5_member_role_permissions(main_screen: MainWindow, params):
|
def test_add_5_member_role_permissions(main_screen: MainWindow, params):
|
||||||
with step('Enable creation of community option'):
|
with step('Enable creation of community option'):
|
||||||
settings = main_screen.left_panel.open_settings()
|
settings = main_screen.left_panel.open_settings()
|
||||||
|
|
Loading…
Reference in New Issue