summaryrefslogtreecommitdiff
path: root/qa/qa/resource/group_base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/resource/group_base.rb')
-rw-r--r--qa/qa/resource/group_base.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/qa/qa/resource/group_base.rb b/qa/qa/resource/group_base.rb
index c5b1a4ecea0..5e2a567119d 100644
--- a/qa/qa/resource/group_base.rb
+++ b/qa/qa/resource/group_base.rb
@@ -16,7 +16,8 @@ module QA
:name,
:full_path,
# Add visibility to enable create private group
- :visibility
+ :visibility,
+ :shared_with_groups
# Get group projects
#
@@ -140,7 +141,8 @@ module QA
:require_two_factor_authentication,
:share_with_group_lock,
:subgroup_creation_level,
- :two_factor_grace_perion
+ :shared_with_groups,
+ :two_factor_grace_period
# TODO: Add back visibility comparison once https://gitlab.com/gitlab-org/gitlab/-/issues/331252 is fixed
# :visibility
)