Merge pull request #2249 from jouve/fix_possible_spec_failure
fix one of the possible causes of build failures
This commit is contained in:
commit
e8ff9ad2f2
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