summaryrefslogtreecommitdiff
path: root/spec/features/projects/pipelines/pipelines_spec.rb
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-05-03 19:12:15 +0100
committerFilipa Lacerda <filipa@gitlab.com>2018-05-03 19:12:15 +0100
commiteed2812f98e08aab3e016b840528ff4d2e84f826 (patch)
treef5527afb8b6731f551090263ff8a071f04603efd /spec/features/projects/pipelines/pipelines_spec.rb
parent54dbdf28637b1a80b717a7d8916c0429975179ff (diff)
downloadgitlab-ce-eed2812f98e08aab3e016b840528ff4d2e84f826.tar.gz
Fix broken test
Diffstat (limited to 'spec/features/projects/pipelines/pipelines_spec.rb')
-rw-r--r--spec/features/projects/pipelines/pipelines_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pipelines/pipelines_spec.rb b/spec/features/projects/pipelines/pipelines_spec.rb
index 705ba78a0b7..53e1e4f0251 100644
--- a/spec/features/projects/pipelines/pipelines_spec.rb
+++ b/spec/features/projects/pipelines/pipelines_spec.rb
@@ -388,7 +388,7 @@ describe 'Pipelines', :js do
it 'should be possible to cancel pending build' do
find('.js-builds-dropdown-button').click
- find('a.js-ci-action-icon').click
+ find('.js-ci-action-icon').click
expect(page).to have_content('canceled')
expect(build.reload).to be_canceled