Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-05-03 21:12:15 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-05-03 21:12:15 +0300
commiteed2812f98e08aab3e016b840528ff4d2e84f826 (patch)
treef5527afb8b6731f551090263ff8a071f04603efd /spec/features/projects/pipelines
parent54dbdf28637b1a80b717a7d8916c0429975179ff (diff)
Fix broken test
Diffstat (limited to 'spec/features/projects/pipelines')
-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