Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-25 09:10:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-25 09:10:06 +0300
commitccb37f9759b534764404b50e31daf8c18e6def91 (patch)
tree3eebdd12d097de05be4cb0dd1650310059487b6e /spec/features/admin
parenta988d02fc79e12cf80cf9c5cee6bafc15cdd85ee (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/admin')
-rw-r--r--spec/features/admin/admin_labels_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/features/admin/admin_labels_spec.rb b/spec/features/admin/admin_labels_spec.rb
index 68d63ac321e..3248e42790e 100644
--- a/spec/features/admin/admin_labels_spec.rb
+++ b/spec/features/admin/admin_labels_spec.rb
@@ -50,6 +50,10 @@ RSpec.describe 'admin issues labels', feature_category: :team_planning do
expect(page).to have_content("Define your default set of project labels")
expect(page).not_to have_content('bug')
expect(page).not_to have_content('feature_label')
+
+ page.within '.js-admin-labels-count' do
+ expect(page).to have_content('0')
+ end
end
end