From f27a3ef8f92367eeacb21429d610236b6999ba85 Mon Sep 17 00:00:00 2001 From: blackst0ne Date: Thu, 3 May 2018 20:20:30 +1100 Subject: CE port of "Remove `features/group_active_tab.feature`" CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5554 --- features/steps/shared/group.rb | 4 ---- features/steps/shared/paths.rb | 4 ---- 2 files changed, 8 deletions(-) diff --git a/features/steps/shared/group.rb b/features/steps/shared/group.rb index 0a0588346b1..0126ce39c5a 100644 --- a/features/steps/shared/group.rb +++ b/features/steps/shared/group.rb @@ -5,10 +5,6 @@ module SharedGroup is_member_of(current_user.name, "Owned", Gitlab::Access::DEVELOPER) end - step '"John Doe" is owner of group "Owned"' do - is_member_of("John Doe", "Owned", Gitlab::Access::OWNER) - end - step '"John Doe" is guest of group "Guest"' do is_member_of("John Doe", "Guest", Gitlab::Access::GUEST) end diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index 014e6ad625b..b6c648a707d 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -48,10 +48,6 @@ module SharedPaths visit group_group_members_path(Group.find_by(name: "Owned")) end - step 'I visit group "Owned" settings page' do - visit edit_group_path(Group.find_by(name: "Owned")) - end - step 'I visit group "Owned" projects page' do visit projects_group_path(Group.find_by(name: "Owned")) end -- cgit v1.2.1