Commit 06a3f976 authored by Dan Davison's avatar Dan Davison

Merge branch 'ml-fix-fork-api-fabrication' into 'master'

Fix Web IDE fork e2e test

Closes #243677

See merge request gitlab-org/gitlab!40924
parents 7c791758 ec9a65c5
......@@ -56,6 +56,8 @@ module QA
def fabricate_via_api!
populate(:upstream, :user)
@api_client = Runtime::API::Client.new(:gitlab, is_new_session: false, user: user)
Runtime::Logger.debug("Forking project #{upstream.name} to namespace #{user.username}...")
super
wait_until_forked
......
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