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
This commit is contained in:
Rémy Coutable 2018-06-15 10:07:49 +00:00
commit 16723ff58e
1 changed files with 2 additions and 1 deletions

View File

@ -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