summaryrefslogtreecommitdiff
path: root/spec/features/merge_requests/user_uses_slash_commands_spec.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-08-17 18:58:52 -0500
committerDouwe Maan <douwe@selenight.nl>2016-08-18 14:29:48 -0500
commit9aa3edc61586fd79ce0760b7af0946ddfadaa65a (patch)
tree2267da8f1c32a0e9fda06e5fc55048614b644415 /spec/features/merge_requests/user_uses_slash_commands_spec.rb
parent3e7eeefc939f2ce5234e36684c00b8d1c7e1c7dc (diff)
downloadgitlab-ce-9aa3edc61586fd79ce0760b7af0946ddfadaa65a.tar.gz
Remove unneeded aliases
Diffstat (limited to 'spec/features/merge_requests/user_uses_slash_commands_spec.rb')
-rw-r--r--spec/features/merge_requests/user_uses_slash_commands_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/merge_requests/user_uses_slash_commands_spec.rb b/spec/features/merge_requests/user_uses_slash_commands_spec.rb
index 08c452c6e59..d9ef0d18074 100644
--- a/spec/features/merge_requests/user_uses_slash_commands_spec.rb
+++ b/spec/features/merge_requests/user_uses_slash_commands_spec.rb
@@ -22,11 +22,11 @@ feature 'Merge Requests > User uses slash commands', feature: true, js: true do
it 'does not recognize the command nor create a note' do
page.within('.js-main-target-form') do
- fill_in 'note[note]', with: "/due_date 2016-08-28"
+ fill_in 'note[note]', with: "/due 2016-08-28"
click_button 'Comment'
end
- expect(page).not_to have_content '/due_date 2016-08-28'
+ expect(page).not_to have_content '/due 2016-08-28'
end
end
end