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:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-24 17:37:29 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-24 19:45:48 +0300
commit467e4a569afb9b23078d23574d21770f07f640f0 (patch)
tree4d16f9ab9425bdbfd3d0b70ee19dfe6eb0f68538 /spec/features/projects/pipelines
parent2dea3ed278d9af3d3f38baa1445e34b17532bb08 (diff)
Fix pipelines spec
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..b9249e3b7e4 100644
--- a/spec/features/projects/pipelines/pipelines_spec.rb
+++ b/spec/features/projects/pipelines/pipelines_spec.rb
@@ -211,7 +211,7 @@ describe 'Pipelines', :js do
end
it 'has a dropdown with play button' do
- expect(page).to have_selector('.dropdown-new.btn.btn-default .icon-play')
+ expect(page).to have_selector('.dropdown-new.btn.btn-secondary .icon-play')
end
it 'has link to the manual action' do