summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-08 14:13:57 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-08 14:14:04 +0100
commit5beacba038c097e513b46f24ee26d5065ad419c9 (patch)
tree4b9c50332837826ccd422ef0c75b545e43fa2e81
parentaf6b5437421106caf34719e37d359808b88eb45c (diff)
downloadgitlab-ce-mr-builds.tar.gz
Fix specmr-builds
-rw-r--r--features/steps/project/commits/commits.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/commits/commits.rb b/features/steps/project/commits/commits.rb
index e5b3f27135d..0d6a9a8fc66 100644
--- a/features/steps/project/commits/commits.rb
+++ b/features/steps/project/commits/commits.rb
@@ -118,6 +118,6 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps
step 'I see builds list' do
expect(page).to have_content "build: pending"
- expect(page).to have_content "Latest builds"
+ expect(page).to have_content "1 build"
end
end