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-05-19 18:09:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-19 18:09:09 +0300
commitd0bb0e04f40b962576353ce56e270aa7bd25a5c0 (patch)
tree8d78f5e9adf8d965f84869c936ac997e8748900e /spec/frontend/vue_shared/components/notes
parent0eea37aefa31ed22e32eadbe6164dd92e3c64ec2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/vue_shared/components/notes')
-rw-r--r--spec/frontend/vue_shared/components/notes/__snapshots__/noteable_warning_spec.js.snap4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/frontend/vue_shared/components/notes/__snapshots__/noteable_warning_spec.js.snap b/spec/frontend/vue_shared/components/notes/__snapshots__/noteable_warning_spec.js.snap
index f878d685b6d..8a187f3cb1f 100644
--- a/spec/frontend/vue_shared/components/notes/__snapshots__/noteable_warning_spec.js.snap
+++ b/spec/frontend/vue_shared/components/notes/__snapshots__/noteable_warning_spec.js.snap
@@ -10,7 +10,7 @@ exports[`Issue Warning Component when issue is locked but not confidential rende
href="locked-path"
target="_blank"
>
- Learn more
+ Learn more.
</gl-link-stub>
</span>
`;
@@ -25,7 +25,7 @@ exports[`Issue Warning Component when noteable is confidential but not locked re
href="confidential-path"
target="_blank"
>
- Learn more
+ Learn more.
</gl-link-stub>
</span>
`;