Skip to content

Fix audit logs spec failing on master

James Lopez requested to merge fix/audit-logs-flaky-spec into master

Example: https://gitlab.com/gitlab-org/gitlab-ee/builds/18123836

  1) Admin::AuditLogs project events filters by project
     Failure/Error: expect(page).to have_content('Removed user access')
       expected to find text "Removed user access" in "Skip to content Toggle navigation Admin Area Go Overview Monitoring Messages System Hooks Applications Abuse Reports 0 License Push Rules Geo Nodes System Info Background Jobs Logs Health Check Requests Profiles Audit Log Project Events John Doe5318 / project1520"
     # ./spec/features/admin/admin_audit_logs_spec.rb:77:in `block (3 levels) in <top (required)>'
     # ./spec/spec_helper.rb:84:in `block (2 levels) in <top (required)>'

Merge request reports