diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-12 23:59:21 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-12 23:59:21 +0200 |
commit | 4bf69b0bd9a27e675c98eee998f24c0122030731 (patch) | |
tree | 3236433e0672098035af5e96c45c42c5a5ac18cd /features | |
parent | 766da5fa7bdded8a333a758d7b172533ade5a934 (diff) | |
download | gitlab-ce-4bf69b0bd9a27e675c98eee998f24c0122030731.tar.gz |
Fix feature tests
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 ae5f90004e6..a3cb83880e3 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 "Builds for master" + expect(page).to have_content "Latest builds" end end |