summaryrefslogtreecommitdiff
path: root/spec/features/issues/move_spec.rb
diff options
context:
space:
mode:
authorRegis Boudinot <boudinot.regis@yahoo.com>2017-04-06 01:13:06 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-04-06 01:13:06 +0000
commit1c783007e6e2db25623eac3b3b1ef15bfdf95193 (patch)
tree5e7fce4b69fdaafcbb5dfd4aa75d9ff3cafb3909 /spec/features/issues/move_spec.rb
parent4e3de96ed059db39ee16ce99e5a4b4e8de14ea55 (diff)
downloadgitlab-ce-1c783007e6e2db25623eac3b3b1ef15bfdf95193.tar.gz
Issue title realtime
Diffstat (limited to 'spec/features/issues/move_spec.rb')
-rw-r--r--spec/features/issues/move_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/issues/move_spec.rb b/spec/features/issues/move_spec.rb
index f89b4db9e62..6c09903a2f6 100644
--- a/spec/features/issues/move_spec.rb
+++ b/spec/features/issues/move_spec.rb
@@ -37,8 +37,8 @@ feature 'issue move to another project' do
edit_issue(issue)
end
- scenario 'moving issue to another project' do
- first('#move_to_project_id', visible: false).set(new_project.id)
+ scenario 'moving issue to another project', js: true do
+ find('#move_to_project_id', visible: false).set(new_project.id)
click_button('Save changes')
expect(current_url).to include project_path(new_project)