From dc4ae317ea858952acd5c91dd8034832638b3794 Mon Sep 17 00:00:00 2001 From: blackst0ne Date: Tue, 3 Apr 2018 10:27:56 +0000 Subject: Replace the `project/issues/issues.feature` spinach test with an rspec analog --- spec/support/quick_actions_helpers.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 spec/support/quick_actions_helpers.rb (limited to 'spec/support/quick_actions_helpers.rb') diff --git a/spec/support/quick_actions_helpers.rb b/spec/support/quick_actions_helpers.rb deleted file mode 100644 index 361190aa352..00000000000 --- a/spec/support/quick_actions_helpers.rb +++ /dev/null @@ -1,10 +0,0 @@ -module QuickActionsHelpers - def write_note(text) - Sidekiq::Testing.fake! do - page.within('.js-main-target-form') do - fill_in 'note[note]', with: text - find('.js-comment-submit-button').click - end - end - end -end -- cgit v1.2.1