Add Security & Compliance menu

In this commit we're refactoring the Security & Compliance
menu in the group sidebar.

We're moving away from partial defined logic to object
contained one. Now menus are defined in objects that
will contain all the information instead of in partials.
parent b9051ffe
......@@ -4,7 +4,7 @@ module QA
RSpec.describe 'Manage' do
shared_examples 'audit event' do |expected_events|
it 'logs audit events for UI operations' do
Page::Project::Menu.perform(&:go_to_audit_events_settings)
Page::Project::Menu.perform(&:go_to_audit_events)
expected_events.each do |expected_event|
expect(page).to have_text(expected_event)
end
......
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