Change visibility to internal

parent d1362100
...@@ -72,12 +72,12 @@ module QA ...@@ -72,12 +72,12 @@ module QA
Page::Project::Settings::Main.perform do |settings| Page::Project::Settings::Main.perform do |settings|
# Change visibility from public to internal # Change visibility from public to internal
settings.expand_visibility_project_features_permissions do |page| settings.expand_visibility_project_features_permissions do |page|
page.set_project_visibility "Internal" page.set_project_visibility "Private"
end end
end end
end end
it_behaves_like 'audit event', ["Change visibility from public to internal"] it_behaves_like 'audit event', ["Change visibility from public to private"]
end end
context "Export file download", quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/217949', type: :investigating } do context "Export file download", quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/217949', type: :investigating } do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment