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/design_management/pages/design/__snapshots__/index_spec.js.snap')
-rw-r--r--spec/frontend/design_management/pages/design/__snapshots__/index_spec.js.snap23
1 files changed, 5 insertions, 18 deletions
diff --git a/spec/frontend/design_management/pages/design/__snapshots__/index_spec.js.snap b/spec/frontend/design_management/pages/design/__snapshots__/index_spec.js.snap
index 8f12dc8fb06..0f2857821ea 100644
--- a/spec/frontend/design_management/pages/design/__snapshots__/index_spec.js.snap
+++ b/spec/frontend/design_management/pages/design/__snapshots__/index_spec.js.snap
@@ -99,7 +99,7 @@ exports[`Design management design index page renders design index 1`] = `
variant="link"
>
Resolved Comments (1)
-
+
</gl-button-stub>
<gl-popover-stub
@@ -112,8 +112,8 @@ exports[`Design management design index page renders design index 1`] = `
>
<p>
- Comments you resolve can be viewed and unresolved by going to the "Resolved Comments" section below
-
+ Comments you resolve can be viewed and unresolved by going to the "Resolved Comments" section below
+
</p>
<a
@@ -144,19 +144,6 @@ exports[`Design management design index page renders design index 1`] = `
</div>
`;
-exports[`Design management design index page sets loading state 1`] = `
-<div
- class="design-detail js-design-detail fixed-top gl-w-full gl-bottom-0 gl-display-flex gl-justify-content-center gl-flex-direction-column gl-lg-flex-direction-row"
->
- <gl-loading-icon-stub
- class="gl-align-self-center"
- color="dark"
- label="Loading"
- size="xl"
- />
-</div>
-`;
-
exports[`Design management design index page with error GlAlert is rendered in correct position with correct content 1`] = `
<div
class="design-detail js-design-detail fixed-top gl-w-full gl-bottom-0 gl-display-flex gl-justify-content-center gl-flex-direction-column gl-lg-flex-direction-row"
@@ -185,8 +172,8 @@ exports[`Design management design index page with error GlAlert is rendered in c
variant="danger"
>
- woops
-
+ woops
+
</gl-alert-stub>
</div>