accept confirm dialog when cancelling a pipeline
This commit is contained in:
parent
31c8fb987d
commit
9aed01f0e9
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ describe 'Pipelines', :js do
|
|||
|
||||
context 'when canceling' do
|
||||
before do
|
||||
find('.js-pipelines-cancel-button').click
|
||||
accept_alert { find('.js-pipelines-cancel-button').click }
|
||||
end
|
||||
|
||||
it 'indicates that pipeline was canceled' do
|
||||
|
|
Loading…
Reference in a new issue