Commit 9f892450 authored by Dan Davison's avatar Dan Davison

Merge branch 'qe-remove-users-after-spec' into 'master'

Remove test user after Share group E2E spec

See merge request gitlab-org/gitlab!80913
parents a7cded48 e5e744a6
...@@ -37,6 +37,10 @@ module QA ...@@ -37,6 +37,10 @@ module QA
source_group_with_members.add_member(maintainer_user, Resource::Members::AccessLevel::MAINTAINER) source_group_with_members.add_member(maintainer_user, Resource::Members::AccessLevel::MAINTAINER)
end 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 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 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