Skip to content
Snippets Groups Projects
Commit 12e6cb71 authored by Stan Hu's avatar Stan Hu
Browse files

Fix pipelines spec by surrounding click with accept_confirm

parent b03fe23d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -103,7 +103,7 @@ describe 'Pipelines', :js do
 
context 'when canceling' do
before do
find('.js-pipelines-cancel-button').click
accept_confirm { find('.js-pipelines-cancel-button').click }
wait_for_requests
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment