summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-02-10 16:14:18 -0600
committerEric Eastwood <contact@ericeastwood.com>2017-02-13 01:08:35 -0600
commitf2aa9b463086697771e2bf936a7d272307bcbd67 (patch)
tree197ce6117a976b10aa4de647cd8e47a5576c6fc8 /spec
parentb88e82ff0a1bca9687b5579208ba05a99e41a464 (diff)
downloadgitlab-ce-f2aa9b463086697771e2bf936a7d272307bcbd67.tar.gz
Fix current build arrow27939-fix-current-build-arrow
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27939
Diffstat (limited to 'spec')
-rw-r--r--spec/features/projects/builds_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/features/projects/builds_spec.rb b/spec/features/projects/builds_spec.rb
index f7e0115643e..f1036b275f7 100644
--- a/spec/features/projects/builds_spec.rb
+++ b/spec/features/projects/builds_spec.rb
@@ -109,6 +109,10 @@ feature 'Builds', :feature do
expect(page).to have_content pipeline.git_commit_message
expect(page).to have_content pipeline.git_author_name
end
+
+ it 'shows active build' do
+ expect(page).to have_selector('.build-job.active')
+ end
end
context "Job from other project" do