Fix broken test
This commit is contained in:
parent
3d273c3c38
commit
ca16a6bdf8
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ describe 'Commits' do
|
||||||
describe 'Cancel build' do
|
describe 'Cancel build' do
|
||||||
it 'cancels build' do
|
it 'cancels build' do
|
||||||
visit ci_status_path(pipeline)
|
visit ci_status_path(pipeline)
|
||||||
click_on 'Cancel'
|
find('a.btn[title="Cancel"]').click
|
||||||
expect(page).to have_content 'canceled'
|
expect(page).to have_content 'canceled'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue