Commit e5e744a6 authored by Nailia Iskhakova's avatar Nailia Iskhakova Committed by ddavison

Remove test user after E2E spec

Signed-off-by: default avatarNailia Iskhakova <niskhakova@gitlab.com>
parent 632a455d
......@@ -37,6 +37,10 @@ module QA
source_group_with_members.add_member(maintainer_user, Resource::Members::AccessLevel::MAINTAINER)
end
after do
maintainer_user.remove_via_api!
end
it 'can be shared with another group with correct access level', :requires_admin, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347935' do
Flow::Login.sign_in
......
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