Loosen the matcher in the MR creation test
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
ec7163ae1d
commit
368697ecf3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module QA
|
|||
|
||||
expect(page).to have_content('This is a merge request')
|
||||
expect(page).to have_content('Great feature')
|
||||
expect(page).to have_content('Opened less than a minute ago')
|
||||
expect(page).to have_content(/Opened [\w\s]+ a minute ago/)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue