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:
Diffstat (limited to 'spec/frontend/vue_shared/components/notes/__snapshots__/noteable_warning_spec.js.snap')
-rw-r--r--spec/frontend/vue_shared/components/notes/__snapshots__/noteable_warning_spec.js.snap18
1 files changed, 5 insertions, 13 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 8a187f3cb1f..891b0c95f0e 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
@@ -2,10 +2,7 @@
exports[`Issue Warning Component when issue is locked but not confidential renders information about locked issue 1`] = `
<span>
-
- This issue is locked.
- Only project members can comment.
-
+ This issue is locked. Only project members can comment.
<gl-link-stub
href="locked-path"
target="_blank"
@@ -17,10 +14,7 @@ exports[`Issue Warning Component when issue is locked but not confidential rende
exports[`Issue Warning Component when noteable is confidential but not locked renders information about confidential issue 1`] = `
<span>
-
- This is a confidential issue.
- People without permission will never get a notification.
-
+ This is a confidential issue. People without permission will never get a notification.
<gl-link-stub
href="confidential-path"
target="_blank"
@@ -33,14 +27,14 @@ exports[`Issue Warning Component when noteable is confidential but not locked re
exports[`Issue Warning Component when noteable is locked and confidential renders information about locked and confidential noteable 1`] = `
<span>
<span>
- This issue is
+ This issue is
<gl-link-stub
href=""
target="_blank"
>
confidential
</gl-link-stub>
- and
+ and
<gl-link-stub
href=""
target="_blank"
@@ -49,8 +43,6 @@ exports[`Issue Warning Component when noteable is locked and confidential render
</gl-link-stub>
.
</span>
-
- People without permission will never get a notification and won't be able to comment.
-
+ People without permission will never get a notification and won't be able to comment.
</span>
`;