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
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-16 10:12:12 +0300
committerPhil Hughes <me@iamphill.com>2016-07-20 12:48:02 +0300
commitf0691ec7c589543f9e294bf0d9cbc9eea2c2f166 (patch)
tree6b2a56398936a8cb5dd12587d42c9b02065d631b /spec/features/issues/move_spec.rb
parentef2edcc10007d5d838acf278ed1e9e0c07cdc4fc (diff)
Revert "Merge branch 'revert-bdb6f1e6' into 'master'"
This reverts merge request !5290
Diffstat (limited to 'spec/features/issues/move_spec.rb')
-rw-r--r--spec/features/issues/move_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues/move_spec.rb b/spec/features/issues/move_spec.rb
index 7773c486b4e..055210399a7 100644
--- a/spec/features/issues/move_spec.rb
+++ b/spec/features/issues/move_spec.rb
@@ -55,7 +55,7 @@ feature 'issue move to another project' do
first('.select2-choice').click
end
- fill_in('s2id_autogen2_search', with: new_project_search.name)
+ fill_in('s2id_autogen1_search', with: new_project_search.name)
page.within '.select2-drop' do
expect(page).to have_content(new_project_search.name)