summaryrefslogtreecommitdiff
path: root/spec/features/dashboard/groups_list_spec.rb
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-09-13 17:16:30 +0200
committerBob Van Landuyt <bob@vanlanduyt.co>2017-10-04 22:49:41 +0200
commit3a4dc55f2924debcdbb37eb63d8ce57b1358df81 (patch)
tree614d82e8b26b5c2698c564d9e244a86c35d714fe /spec/features/dashboard/groups_list_spec.rb
parent39df53ff0aeac24d390eea52a1df6dfe103a4c14 (diff)
downloadgitlab-ce-3a4dc55f2924debcdbb37eb63d8ce57b1358df81.tar.gz
Reuse the groups tree for explore and dashboard.
Diffstat (limited to 'spec/features/dashboard/groups_list_spec.rb')
-rw-r--r--spec/features/dashboard/groups_list_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/features/dashboard/groups_list_spec.rb b/spec/features/dashboard/groups_list_spec.rb
index 533df7a325c..227550e62be 100644
--- a/spec/features/dashboard/groups_list_spec.rb
+++ b/spec/features/dashboard/groups_list_spec.rb
@@ -6,6 +6,10 @@ feature 'Dashboard Groups page', :js do
let!(:nested_group) { create(:group, :nested) }
let!(:another_group) { create(:group) }
+ before do
+ pending('Update for new group tree')
+ end
+
it 'shows groups user is member of' do
group.add_owner(user)
nested_group.add_owner(user)