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:
commit
16723ff58e
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ describe 'Project deploy keys', :js do
|
||||||
|
|
||||||
accept_confirm { find('.ic-remove').click() }
|
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)
|
expect(page).to have_selector('.deploy-key', count: 0)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue