context'Disable and Enable LFS',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/749'do
beforedo
sign_in
@group.visit!
...
...
@@ -33,7 +33,7 @@ module QA
it_behaves_like'audit event',["Changed lfs enabled from false to true",/Changed lfs enabled( from true)? to false/]
end
context'Enable and disable membership lock'do
context'Enable and disable membership lock',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/723'do
beforedo
sign_in
@group.visit!
...
...
@@ -47,7 +47,7 @@ module QA
it_behaves_like'audit event',["Changed membership lock from true to false","Changed membership lock from false to true"]
end
context'Enable and disable allow user request access'do
context'Enable and disable allow user request access',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/725'do
beforedo
sign_in
@group.visit!
...
...
@@ -61,7 +61,7 @@ module QA
it_behaves_like'audit event',["Changed request access enabled from true to false","Changed request access enabled from false to true"]
end
context'Enable and disable 2FA requirement',:requires_admin,:skip_live_envdo
context'Enable and disable 2FA requirement',:requires_admin,:skip_live_env,status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/750'do
let!(:owner_user)do
Resource::User.fabricate_via_api!
end
...
...
@@ -103,7 +103,7 @@ module QA
it_behaves_like'audit event',["Changed require two factor authentication from true to false","Changed require two factor authentication from false to true"]
it'removes existing users from the group, forces existing users to create a new account and allows to leave group'do
it'removes existing users from the group, forces existing users to create a new account and allows to leave group',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/708'do
it'adds the new member with access level as set in SAML SSO configuration'do
it'adds the new member with access level as set in SAML SSO configuration',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/968'do
it'can be shared with another group with correct access level',:requires_admindo
it'can be shared with another group with correct access level',:requires_admin,status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/945'do