diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-05-03 20:20:30 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-05-03 20:20:30 +1100 |
commit | f27a3ef8f92367eeacb21429d610236b6999ba85 (patch) | |
tree | b50bd5d4fdd9fc9dcef6df836c466a2e43627c42 /features/steps | |
parent | d1cdd879d006f0dfd9db8b02f595b3299b791d02 (diff) | |
download | gitlab-ce-f27a3ef8f92367eeacb21429d610236b6999ba85.tar.gz |
CE port of "Remove `features/group_active_tab.feature`"
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5554
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/shared/group.rb | 4 | ||||
-rw-r--r-- | features/steps/shared/paths.rb | 4 |
2 files changed, 0 insertions, 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 |