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.
%a{href: '/help/administration/audit_events.html',target: '_blank'} Read more
@@ -211,4 +211,18 @@ describe 'Promotions', js: true do
...
@@ -211,4 +211,18 @@ describe 'Promotions', js: true do
expect(find('.issues-export-modal')).tohave_content'Export Issues to CSV enables you and your team to export all the data collected from issues into a comma-separated values (CSV) file'
expect(find('.issues-export-modal')).tohave_content'Export Issues to CSV enables you and your team to export all the data collected from issues into a comma-separated values (CSV) file'
end
end
end
end
describe'for audit events',js: truedo
let!(:license){nil}
beforedo
sign_in(user)
end
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.'