diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-12-16 11:30:22 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-12-16 11:30:22 +0000 |
commit | ca16a6bdf8feb92ae2b24cff86143fdaf668ce7d (patch) | |
tree | 81e7c2e883fafc0a6a3e44c7ba6f776d56be5190 /spec/features/commits_spec.rb | |
parent | 3d273c3c387feecb419c53246b4c8204e710ffd8 (diff) | |
download | gitlab-ce-ca16a6bdf8feb92ae2b24cff86143fdaf668ce7d.tar.gz |
Fix broken test22604-manual-actions
Diffstat (limited to 'spec/features/commits_spec.rb')
-rw-r--r-- | spec/features/commits_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/commits_spec.rb b/spec/features/commits_spec.rb index 23a504ff965..8f561c8f90b 100644 --- a/spec/features/commits_spec.rb +++ b/spec/features/commits_spec.rb @@ -107,7 +107,7 @@ describe 'Commits' do describe 'Cancel build' do it 'cancels build' do visit ci_status_path(pipeline) - click_on 'Cancel' + find('a.btn[title="Cancel"]').click expect(page).to have_content 'canceled' end end |