diff options
author | Semyon Pupkov <mail@semyonpupkov.com> | 2016-12-27 00:36:33 +0500 |
---|---|---|
committer | Semyon Pupkov <mail@semyonpupkov.com> | 2016-12-27 00:36:33 +0500 |
commit | cec230bdf5c7206570c7828769d8e5481e7c4720 (patch) | |
tree | 9fe96fad44a3e83b8574ae33e288de94f93f3b89 /features/steps/shared/paths.rb | |
parent | 645412b57f558d58418aad278c9a3bf421439e1c (diff) | |
download | gitlab-ce-cec230bdf5c7206570c7828769d8e5481e7c4720.tar.gz |
Move admin groups spinach tests to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r-- | features/steps/shared/paths.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index 15b81fa529b..670e6ca49a3 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -191,10 +191,6 @@ module SharedPaths visit admin_background_jobs_path end - step 'I visit admin groups page' do - visit admin_groups_path - end - step 'I visit admin teams page' do visit admin_teams_path end |