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/pages/projects/graphs/__snapshots__/code_coverage_spec.js.snap')
-rw-r--r--spec/frontend/pages/projects/graphs/__snapshots__/code_coverage_spec.js.snap109
1 files changed, 0 insertions, 109 deletions
diff --git a/spec/frontend/pages/projects/graphs/__snapshots__/code_coverage_spec.js.snap b/spec/frontend/pages/projects/graphs/__snapshots__/code_coverage_spec.js.snap
deleted file mode 100644
index d67f842d011..00000000000
--- a/spec/frontend/pages/projects/graphs/__snapshots__/code_coverage_spec.js.snap
+++ /dev/null
@@ -1,109 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`Code Coverage when fetching data is successful matches the snapshot 1`] = `
-<div>
- <div
- class="gl-display-flex gl-justify-content-space-between gl-align-items-center gl-border-t gl-pt-4 gl-mb-3"
- >
- <h4
- class="gl-m-0"
- sub-header=""
- >
- <gl-sprintf-stub
- message="Code coverage statistics for %{ref} %{start_date} - %{end_date}"
- />
- </h4>
-
- <gl-button-stub
- buttontextclasses=""
- category="primary"
- data-testid="download-button"
- href="url/"
- icon=""
- size="small"
- variant="default"
- >
-
- Download raw data (.csv)
-
- </gl-button-stub>
- </div>
-
- <div
- class="gl-mt-3 gl-mb-3"
- >
- <!---->
-
- <!---->
-
- <gl-base-dropdown-stub
- ariahaspopup="listbox"
- category="primary"
- icon=""
- size="medium"
- toggleid="dropdown-toggle-btn-6"
- toggletext="rspec"
- variant="default"
- >
-
- <!---->
-
- <!---->
-
- <ul
- aria-labelledby="dropdown-toggle-btn-6"
- class="gl-dropdown-contents gl-list-style-none gl-pl-0 gl-mb-0"
- id="listbox"
- role="listbox"
- tabindex="-1"
- >
- <gl-listbox-item-stub
- data-testid="listbox-item-0"
- isselected="true"
- >
-
- rspec
-
- </gl-listbox-item-stub>
- <gl-listbox-item-stub
- data-testid="listbox-item-1"
- >
-
- cypress
-
- </gl-listbox-item-stub>
- <gl-listbox-item-stub
- data-testid="listbox-item-2"
- >
-
- karma
-
- </gl-listbox-item-stub>
-
- <!---->
-
- <!---->
- </ul>
-
- <!---->
-
- </gl-base-dropdown-stub>
- </div>
-
- <gl-area-chart-stub
- annotations=""
- data="[object Object]"
- formattooltiptext="[Function]"
- height="200"
- includelegendavgmax="true"
- legendaveragetext="Avg"
- legendcurrenttext="Current"
- legendlayout="inline"
- legendmaxtext="Max"
- legendmintext="Min"
- option="[object Object]"
- responsive=""
- thresholds=""
- />
-</div>
-`;