fix build failure
(https://travis-ci.org/gitlabhq/gitlabhq/builds/3593153)
This commit is contained in:
parent
b08bb20979
commit
4d19a4fbeb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue