summaryrefslogtreecommitdiff
path: root/spec/features/dashboard/groups_list_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-20 12:10:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-20 12:10:03 +0000
commit43b4b3e2d2ddebc0a89b94a8251c162ec5719780 (patch)
tree8a21146370cfd1b24b25cfcacef53e889746f5aa /spec/features/dashboard/groups_list_spec.rb
parent196ada0844fff7642463fbd08a44609a1e1fa713 (diff)
downloadgitlab-ce-43b4b3e2d2ddebc0a89b94a8251c162ec5719780.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/dashboard/groups_list_spec.rb')
-rw-r--r--spec/features/dashboard/groups_list_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/dashboard/groups_list_spec.rb b/spec/features/dashboard/groups_list_spec.rb
index 76785534ec7..5b336f994f7 100644
--- a/spec/features/dashboard/groups_list_spec.rb
+++ b/spec/features/dashboard/groups_list_spec.rb
@@ -77,7 +77,7 @@ describe 'Dashboard Groups page', :js do
expect(page).to have_content(group.name)
expect(page).to have_content(nested_group.parent.name)
expect(page).not_to have_content(another_group.name)
- expect(page.all('.js-groups-list-holder .content-list li').length).to eq 2
+ expect(page.all('.js-groups-list-holder .groups-list li').length).to eq 2
end
end