Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorRamya Authappan <rauthappan@gitlab.com>2019-02-11 07:32:59 +0300
committerRamya Authappan <rauthappan@gitlab.com>2019-02-11 07:32:59 +0300
commita14be36a0d288c978d57bb0df22affeb548e8f11 (patch)
tree13ab8b231094fdf3d677a62a53f96dbd915cacb5 /qa
parent84c9b1e7b9eea503b9193e36fdb457613376a635 (diff)
parent8ab5b3eb9d34baa15690c46661c396f2320192d2 (diff)
Merge branch 'qa-staging-32-fix-create-project-spec' into 'master'
Fix create_project_spec Closes gitlab-org/quality/staging#32 See merge request gitlab-org/gitlab-ce!25029
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/new.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/new.rb b/qa/qa/page/project/new.rb
index a588af07e4a..9f1867ef8a5 100644
--- a/qa/qa/page/project/new.rb
+++ b/qa/qa/page/project/new.rb
@@ -26,7 +26,7 @@ module QA
def choose_test_namespace
click_element :project_namespace_select
- select_item(Runtime::Namespace.path)
+ search_and_select(Runtime::Namespace.path)
end
def go_to_import_project