diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-08 14:13:57 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-08 14:14:04 +0100 |
commit | 5beacba038c097e513b46f24ee26d5065ad419c9 (patch) | |
tree | 4b9c50332837826ccd422ef0c75b545e43fa2e81 /features/steps/project/commits | |
parent | af6b5437421106caf34719e37d359808b88eb45c (diff) | |
download | gitlab-ce-5beacba038c097e513b46f24ee26d5065ad419c9.tar.gz |
Fix specmr-builds
Diffstat (limited to 'features/steps/project/commits')
-rw-r--r-- | features/steps/project/commits/commits.rb | 2 |
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 |