Skip to content
Snippets Groups Projects
Commit 0bca017d authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'blackst0ne-remove-spinach-group-active-tab-feature' into 'master'

CE port of "Remove `features/group_active_tab.feature`"

See merge request gitlab-org/gitlab-ce!18706
parents d1cdd879 f27a3ef8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment