Commit 0619c537 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix path to QA new project page object view

parent 3e6e09c4
......@@ -2,7 +2,7 @@ module QA
module Page
module Project
class New < Page::Base
view 'projects/_new_project_fields.html.haml' do
view 'app/views/projects/_new_project_fields.html.haml' do
element :project_namespace_select
element :project_namespace_field, 'select :namespace_id'
element :project_path, 'text_field :path'
......
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