summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-08 12:13:55 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-08 12:13:55 +0000
commit571b02efc9442e73538c3438eb593a83d7807779 (patch)
tree96c4ecbdaa066fac502111a3192cc396d6f4a79a /qa
parentefe3186770a4218333e1a720f1e4d3794892673e (diff)
downloadgitlab-ce-571b02efc9442e73538c3438eb593a83d7807779.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/repository/move_project_create_fork_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/move_project_create_fork_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/move_project_create_fork_spec.rb
index a391e6313a6..a13b1517740 100644
--- a/qa/qa/specs/features/browser_ui/3_create/repository/move_project_create_fork_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/repository/move_project_create_fork_spec.rb
@@ -37,6 +37,7 @@ module QA
Resource::Repository::ProjectPush.fabricate! do |push|
push.project = second_fork_project
+ push.user = user
push.file_name = 'new_file'
push.file_content = '# This is a new file'
push.commit_message = 'Add new file'