Commit 1ec2486c authored by Phil Hughes's avatar Phil Hughes

fixed spec/features/projects/deploy_keys_spec.rb

parent 27c00d2e
......@@ -20,7 +20,7 @@ describe 'Project deploy keys', :js do
page.within(find('.deploy-keys')) do
expect(page).to have_selector('.deploy-keys li', count: 1)
click_on 'Remove'
accept_confirm { find(:button, text: 'Remove').click }
expect(page).not_to have_selector('.fa-spinner', count: 0)
expect(page).to have_selector('.deploy-keys li', count: 0)
......
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