Commit 4f642915 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'simplify-test-and-make-it-run-faster' into 'master'

Simplify test and make it run faster

See merge request gitlab-org/gitlab!22902
parents e53fb07d 647d2c57
...@@ -12,12 +12,8 @@ module QA ...@@ -12,12 +12,8 @@ module QA
resource.name = 'project-to-test-mention' resource.name = 'project-to-test-mention'
resource.visibility = 'private' resource.visibility = 'private'
end end
project.visit!
Page::Project::Show.perform(&:go_to_members_settings) project.add_member(@user)
Page::Project::Settings::Members.perform do |members|
members.add_member(@user.username)
end
Resource::Issue.fabricate_via_api! do |issue| Resource::Issue.fabricate_via_api! do |issue|
issue.title = 'issue to test mention' issue.title = 'issue to test mention'
......
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