Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-01-04 16:15:27 +0300
committerWinnie Hellmann <winnie@gitlab.com>2018-01-25 13:07:32 +0300
commitb8506500f9d0c3314ff1faf23e16e1e4940fec9e (patch)
tree1ab814b61206af19f4e3aa9f3357886872b3c991 /features/support
parentdcb79741a170eaf673237bb2becbf6fb742a8bfd (diff)
Add modal for deleting a milestone
Diffstat (limited to 'features/support')
-rw-r--r--features/support/capybara_helpers.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/features/support/capybara_helpers.rb b/features/support/capybara_helpers.rb
deleted file mode 100644
index 647f8d087c3..00000000000
--- a/features/support/capybara_helpers.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-module CapybaraHelpers
- def confirm_modal_if_present
- if Capybara.current_driver == Capybara.javascript_driver
- accept_confirm { yield }
- return
- end
-
- yield
- end
-end