Commit 769c4a61 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'qa-245' into 'master'

Loosen the matcher in the MR creation test

Closes gitlab-qa#245

See merge request gitlab-org/gitlab-ce!19012
parents 9f058e9a 368697ec
...@@ -11,7 +11,7 @@ module QA ...@@ -11,7 +11,7 @@ module QA
expect(page).to have_content('This is a merge request') expect(page).to have_content('This is a merge request')
expect(page).to have_content('Great feature') 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 end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment