Commit 2863fcce authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'sh-fix-new-project-qa' into 'master'

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

Closes gitlab-qa#322

See merge request gitlab-org/gitlab-ce!21621
parents 30227f8e ccb9ac29
......@@ -11,6 +11,7 @@ module QA
view 'app/views/projects/_new_project_fields.html.haml' do
element :project_namespace_select
element :project_namespace_field, 'namespaces_options'
element :project_name, 'text_field :name'
element :project_path, 'text_field :path'
element :project_description, 'text_area :description'
element :project_create_button, "submit 'Create project'"
......@@ -32,7 +33,7 @@ module QA
end
def choose_name(name)
fill_in 'project_path', with: name
fill_in 'project_name', with: name
end
def add_description(description)
......
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