Commit 2ab83c18 authored by Jasper Maes's avatar Jasper Maes

Rails5: Fix audit event spec

parent 2c93486f
---
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