summaryrefslogtreecommitdiff
path: root/features/steps/shared
diff options
context:
space:
mode:
authorSemyon Pupkov <mail@semyonpupkov.com>2016-12-16 16:45:52 +0500
committerSemyon Pupkov <mail@semyonpupkov.com>2016-12-17 17:45:10 +0500
commit5a6252ff4ab4fd24d4c3f1b14d4551061e7acb65 (patch)
treed65ff0b02b9e2fd36d0bba0558a9c288c9af7098 /features/steps/shared
parente47989a58b8a9f83855ea9210ba5786fc14fb841 (diff)
downloadgitlab-ce-5a6252ff4ab4fd24d4c3f1b14d4551061e7acb65.tar.gz
Move admin application spinach test to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
Diffstat (limited to 'features/steps/shared')
-rw-r--r--features/steps/shared/paths.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index 82c07d4f536..a78d0a775ba 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -207,10 +207,6 @@ module SharedPaths
visit admin_spam_logs_path
end
- step 'I visit applications page' do
- visit admin_applications_path
- end
-
# ----------------------------------------
# Generic Project
# ----------------------------------------