Commit 4d19a4fbebab7c240834fea73087a61725596932
1 parent
b08bb209
Exists in
master
and in
4 other branches
fix build failure
(https://travis-ci.org/gitlabhq/gitlabhq/builds/3593153)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/steps/group/group.rb
@@ -28,7 +28,7 @@ class Groups < Spinach::FeatureSteps | @@ -28,7 +28,7 @@ class Groups < Spinach::FeatureSteps | ||
28 | 28 | ||
29 | Then 'I should see merge requests from this group assigned to me' do | 29 | Then 'I should see merge requests from this group assigned to me' do |
30 | assigned_to_me(:merge_requests).each do |issue| | 30 | assigned_to_me(:merge_requests).each do |issue| |
31 | - page.should have_content issue.title | 31 | + page.should have_content issue.title[0..80] |
32 | end | 32 | end |
33 | end | 33 | end |
34 | 34 |