diff options
author | Regis <boudinot.regis@yahoo.com> | 2017-05-03 14:51:28 -0600 |
---|---|---|
committer | Regis <boudinot.regis@yahoo.com> | 2017-05-03 14:51:28 -0600 |
commit | 9773b5a3d4a736d933fc8ff3b6652981507b2cbd (patch) | |
tree | 6c495bfc1ea85275e86761d0f83046546658f5d5 | |
parent | 93a20ea87261c05e34db708f33441c36d2dc68bd (diff) | |
download | gitlab-ce-9773b5a3d4a736d933fc8ff3b6652981507b2cbd.tar.gz |
make js true
-rw-r--r-- | spec/support/features/issuable_slash_commands_shared_examples.rb | 2 |
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) |