diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-12-09 00:05:23 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-12-09 00:05:23 +0000 |
commit | 6213263d323e21357f682bb752c4dd9eb8421a03 (patch) | |
tree | 71188714d17e656360960946ba39db35a3356b37 /features | |
parent | 56f25c3e615752817446d5aedb7d66d25d815641 (diff) | |
parent | 23b6a98de00b966728f6b5ed3747b0d2e078165f (diff) | |
download | gitlab-ce-6213263d323e21357f682bb752c4dd9eb8421a03.tar.gz |
Merge branch 'mr-builds' into 'master'
Add Builds tab to MR detail page
## Before
![Screen_Shot_2015-12-08_at_13.21.04](/uploads/0d26060bef78f3de076e33439b8a4789/Screen_Shot_2015-12-08_at_13.21.04.png)
## After
![Screen_Shot_2015-12-08_at_13.25.20](/uploads/be7d7fd6d4fc8c5cc366b5b3778b813a/Screen_Shot_2015-12-08_at_13.25.20.png)
Fixes #3907
See merge request !2016
Diffstat (limited to 'features')
-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 |