Commit 14512bdb authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'tomi/fix/resource_deletion' into 'master'

Addint the creation of the API Client during fabrication

See merge request gitlab-org/gitlab!72860
parents f70d8fe5 83b9f5af
......@@ -39,6 +39,8 @@ module QA
# Sign out as admin and sign is as the fork user
Flow::Login.sign_in(as: user)
@api_client = Runtime::API::Client.new(:gitlab, is_new_session: false, user: user)
upstream.visit!
Page::Project::Show.perform(&:fork_project)
......
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