summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-26 20:38:21 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-01-26 20:38:21 +0000
commit10178af1fd30e97dd65d11bba1e640aa7dc5bbbd (patch)
tree7d0bc5370383a81484464e59256f17d447f98303 /spec
parent7db05c4da120a394dec3b5175720a9f8751eb736 (diff)
downloadgitlab-ce-10178af1fd30e97dd65d11bba1e640aa7dc5bbbd.tar.gz
Diffstat (limited to 'spec')
-rw-r--r--spec/features/projects/pipelines/pipeline_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/features/projects/pipelines/pipeline_spec.rb b/spec/features/projects/pipelines/pipeline_spec.rb
index 7170beba799..917b545e98b 100644
--- a/spec/features/projects/pipelines/pipeline_spec.rb
+++ b/spec/features/projects/pipelines/pipeline_spec.rb
@@ -67,7 +67,7 @@ describe 'Pipeline', :feature, :js do
it 'shows a running icon and a cancel action for the running build' do
page.within('#ci-badge-deploy') do
expect(page).to have_selector('.js-ci-status-icon-running')
- expect(page).to have_selector('.js-icon_action_cancel')
+ expect(page).to have_selector('.js-icon-action-cancel')
expect(page).to have_content('deploy')
end
end
@@ -87,7 +87,7 @@ describe 'Pipeline', :feature, :js do
end
page.within('#ci-badge-build .ci-action-icon-container') do
- expect(page).to have_selector('.js-icon_action_retry')
+ expect(page).to have_selector('.js-icon-action-retry')
end
end
@@ -106,7 +106,7 @@ describe 'Pipeline', :feature, :js do
end
page.within('#ci-badge-test .ci-action-icon-container') do
- expect(page).to have_selector('.js-icon_action_retry')
+ expect(page).to have_selector('.js-icon-action-retry')
end
end
@@ -125,7 +125,7 @@ describe 'Pipeline', :feature, :js do
end
page.within('#ci-badge-manual-build .ci-action-icon-container') do
- expect(page).to have_selector('.js-icon_action_play')
+ expect(page).to have_selector('.js-icon-action-play')
end
end