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>2022-07-07 06:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-07 06:09:39 +0300
commitf06d16d23c7ea5650ab7ddff3aa75c501dc71067 (patch)
tree8cbd41797f56ec63c3ba365d8c1f89b56ecf0480 /spec/features/milestone_spec.rb
parentdb30e094f208d075d399387696c4fc01368ff756 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/milestone_spec.rb')
-rw-r--r--spec/features/milestone_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/milestone_spec.rb b/spec/features/milestone_spec.rb
index 5bbd89f1b88..2a1ea1a4e73 100644
--- a/spec/features/milestone_spec.rb
+++ b/spec/features/milestone_spec.rb
@@ -51,7 +51,7 @@ RSpec.describe 'Milestone' do
end
find('input[name="commit"]').click
- expect(find('.alert-danger')).to have_content('already being used for another group or project milestone.')
+ expect(find('.gl-alert-danger')).to have_content('already being used for another group or project milestone.')
end
it 'displays validation message when there is a group milestone with same title' do