Commit 281f8127 authored by Mark Lapierre's avatar Mark Lapierre

Remove user after test

Should stop Staging filling up with test users
parent c5200338
......@@ -27,6 +27,10 @@ module QA
end.visit!
end
after do
user&.remove_via_api!
end
it 'mentions a user in a comment', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/452' do
Page::Project::Issue::Show.perform do |show|
show.select_all_activities_filter
......
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