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-08-05 03:09:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-05 03:09:45 +0300
commit86cf3a6d77e265cb921649702904c0599995e26a (patch)
treef67ea97a398c32c85be6aad92e9e29776cd88563 /spec/features/admin
parent1dbd5e4a8082d0ca86a8b2dad73b34523be137db (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/admin')
-rw-r--r--spec/features/admin/admin_labels_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_labels_spec.rb b/spec/features/admin/admin_labels_spec.rb
index 3248e42790e..47dc8577037 100644
--- a/spec/features/admin/admin_labels_spec.rb
+++ b/spec/features/admin/admin_labels_spec.rb
@@ -117,7 +117,7 @@ RSpec.describe 'admin issues labels', feature_category: :team_planning do
click_link 'Delete label'
end
- expect(page).to have_content('Label was removed')
+ expect(page).to have_content("#{bug_label.title} was removed").and have_no_content("#{bug_label.title}</span>")
end
end
end