Commit d116ea8d authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'rails5-fix-audit-events-spec' into 'master'

Rails5: Fix audit event spec

See merge request gitlab-org/gitlab-ee!6940
parents 49946080 2ab83c18
---
title: 'Rails5: Fix audit event spec'
merge_request: 6940
author: Jasper Maes
type: fixed
......@@ -80,6 +80,8 @@ describe 'Projects > Audit Events', :js do
find('.ic-remove').click()
end
wait_for_all_requests
visit project_audit_events_path(project)
expect(page).to have_content('Remove deploy key')
......
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