fix one of the possible causes of build failures
Created by: jouve
- _merge_request partial truncates the title of the merge request to 80 char ('first 80 char' + '...')
-
page should_have mr.title
searches the page against the full title
Sometimes, merge request is generated with a title with more than 80 char and spec fail because it can't find the trucated title as it searches the untrucated title.
Created by: jouve
Might be related to #2143 (closed).
By Administrator on 2012-12-11T14:17:21 (imported from GitLab project)
Please register or sign in to reply