Skip to content
代码片段 群组 项目
提交 04f2cbc6 编辑于 作者: Andrejs Cunskis's avatar Andrejs Cunskis
浏览文件

Merge branch 'hmuralidhar-fix-project-audit-logs-spec' into 'master'

De-quarantine and fix project audit logs spec

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/107543



Merged-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Approved-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Co-authored-by: default avatarhmuralidhar <hmuralidhar@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
module QA module QA
RSpec.describe( RSpec.describe(
'Govern', 'Govern',
product_group: :compliance, product_group: :compliance
quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/386403', type: :broken }
) do ) do
shared_examples 'audit event' do |expected_events| shared_examples 'audit event' do |expected_events|
it 'logs audit events for UI operations' do it 'logs audit events for UI operations' do
...@@ -88,7 +87,7 @@ module QA ...@@ -88,7 +87,7 @@ module QA
end end
end end
it_behaves_like 'audit event', ["Changed visibility from Public to Private"] it_behaves_like 'audit event', ["Changed visibility level from Public to Private"]
end end
context "for export file download", :skip_live_env, context "for export file download", :skip_live_env,
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册