diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-10-19 14:02:12 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-10-28 09:00:30 -0500 |
commit | 240b35b130e9391714088c52260e66cb4bfd165e (patch) | |
tree | 7e7112db998ce10e1126881ad9edea161148bd45 /features/steps | |
parent | 2949f9b453d554bd1d9343df255b47bb3f98d182 (diff) | |
download | gitlab-ce-240b35b130e9391714088c52260e66cb4bfd165e.tar.gz |
Fix commits spec
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/project/commits/commits.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/commits/commits.rb b/features/steps/project/commits/commits.rb index 244306e8464..007dfb67a77 100644 --- a/features/steps/project/commits/commits.rb +++ b/features/steps/project/commits/commits.rb @@ -163,7 +163,7 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps end step 'I see commit ci info' do - expect(page).to have_content "Builds for 1 pipeline pending" + expect(page).to have_content "Pipeline #1 for 570e7b2a pending" end step 'I click status link' do @@ -171,7 +171,7 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps end step 'I see builds list' do - expect(page).to have_content "Builds for 1 pipeline pending" + expect(page).to have_content "Pipeline #1 for 570e7b2a pending" expect(page).to have_content "1 build" end |