summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2017-05-03 14:51:28 -0600
committerRegis <boudinot.regis@yahoo.com>2017-05-03 14:51:28 -0600
commit9773b5a3d4a736d933fc8ff3b6652981507b2cbd (patch)
tree6c495bfc1ea85275e86761d0f83046546658f5d5 /spec/support
parent93a20ea87261c05e34db708f33441c36d2dc68bd (diff)
downloadgitlab-ce-9773b5a3d4a736d933fc8ff3b6652981507b2cbd.tar.gz
make js true
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/features/issuable_slash_commands_shared_examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/features/issuable_slash_commands_shared_examples.rb b/spec/support/features/issuable_slash_commands_shared_examples.rb
index 5e7eca1d987..4de61966daa 100644
--- a/spec/support/features/issuable_slash_commands_shared_examples.rb
+++ b/spec/support/features/issuable_slash_commands_shared_examples.rb
@@ -27,7 +27,7 @@ shared_examples 'issuable record that supports slash commands in its description
wait_for_ajax
end
- describe "new #{issuable_type}" do
+ describe "new #{issuable_type}", js: true do
context 'with commands in the description' do
it "creates the #{issuable_type} and interpret commands accordingly" do
visit public_send("new_namespace_project_#{issuable_type}_path", project.namespace, project, new_url_opts)