Skip to content

Fix QA builds failing due to change in new project page behavior

Stan Hu requested to merge sh-fix-new-project-qa into master

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21386 re-introduced the explicit creation of the project name separate from the project path. Filling in the name does automatically populate the path, but the reverse is not true. We now fill in the name instead of the path.

Closes gitlab-qa#322 (closed)

Merge request reports