Audit Events is a tool for GitLab Enterprise Edition administrators to be able to track important events such as user access level, target user, and user addition or removal.
With contribution analytics you can have an overview for the activity of issues, merge requests and push events of your organization and its members.
%a{href: '/help/administration/audit_events.html',target: '_blank'} Read more
@@ -212,7 +212,7 @@ describe 'Promotions', js: true do
end
end
describe'for audit events',js: truedo
describe'for project audit events',js: truedo
let!(:license){nil}
beforedo
...
...
@@ -221,8 +221,25 @@ describe 'Promotions', js: true do
it'should appear on the page'do
visitproject_audit_events_path(project)
expect(find('.issues-export-modal')).tohave_content'Track your project with Audit Events'
expect(find('.issues-export-modal')).tohave_content'Audit Events is a tool for GitLab Enterprise Edition administrators to be able to track important events such as user access level, target user, and user addition or removal.'
expect(find('.user-callout-copy')).tohave_content'Track your project with Audit Events'
expect(find('.user-callout-copy')).tohave_content'Audit Events is a tool for GitLab Enterprise Edition administrators to be able to track important events such as user access level, target user, and user addition or removal.'
end
end
end
describe'for group contribution analytics',js: truedo
let!(:license){nil}
beforedo
sign_in(user)
end
it'should appear on the page'do
visitgroup_analytics_path(project)
expect(find('.user-callout-copy')).tohave_content'Track activity with Contribution analytics and GitLab Enterprise Edition.'
expect(find('.user-callout-copy')).tohave_content'Audit Events is a tool for GitLab Enterprise Edition administrators to be able to track important events such as user access level, target user, and user addition or removal.'