Commit f4ef30ae authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-shl-fix-project-audit-log-spec' into 'master'

Fix project audit log spec

Closes #221019

See merge request gitlab-org/gitlab!34262
parents 2be0596c 54c1efa4
......@@ -72,12 +72,12 @@ module QA
Page::Project::Settings::Main.perform do |settings|
# Change visibility from public to internal
settings.expand_visibility_project_features_permissions do |page|
page.set_project_visibility "Internal"
page.set_project_visibility "Private"
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
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