diff --git a/features/steps/group/group.rb b/features/steps/group/group.rb
index 5cfa4756ac35e4002176a70a3050853b9ae41283..81f1aefbd527b1fdc870e2af413d25e70336a410 100644
--- a/features/steps/group/group.rb
+++ b/features/steps/group/group.rb
@@ -28,7 +28,7 @@ class Groups < Spinach::FeatureSteps
 
   Then 'I should see merge requests from this group assigned to me' do
     assigned_to_me(:merge_requests).each do |issue|
-      page.should have_content issue.title
+      page.should have_content issue.title[0..80]
     end
   end