Commit 16723ff5 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-flakey-remove-deploy-key-spec' into 'master'

Fix flakey time-sensitive remove deploy key spec

See merge request gitlab-org/gitlab-ce!19800
parents 8db7e253 9c3e9fe2
......@@ -22,7 +22,8 @@ describe 'Project deploy keys', :js do
accept_confirm { find('.ic-remove').click() }
expect(page).not_to have_selector('.fa-spinner', count: 0)
wait_for_requests
expect(page).to have_selector('.deploy-key', count: 0)
end
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