Commit dd40a7a8 authored by Walmyr Lima's avatar Walmyr Lima

Simplify issue mention end-to-end test

parent 9de12ecd
......@@ -19,11 +19,10 @@ module QA
members.add_member(@user.username)
end
issue = Resource::Issue.fabricate_via_api! do |issue|
Resource::Issue.fabricate_via_api! do |issue|
issue.title = 'issue to test mention'
issue.project = project
end
issue.visit!
end.visit!
end
it 'user mentions another user in an issue' do
......
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