summaryrefslogtreecommitdiff
path: root/spec/frontend/pages/projects/graphs/__snapshots__/code_coverage_spec.js.snap
blob: 94089ea922b4deed19058466aacf865cbdfe44f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Code Coverage when fetching data is successful matches the snapshot 1`] = `
<div>
  <div
    class="gl-mt-3 gl-mb-3"
  >
    <!---->
     
    <!---->
     
    <gl-dropdown-stub
      text="rspec"
    >
      <gl-dropdown-item-stub
        value="rspec"
      >
        <div
          class="gl-display-flex"
        >
          <gl-icon-stub
            class="gl-absolute"
            name="mobile-issue-close"
            size="16"
          />
           
          <span
            class="gl-display-flex align-items-center ml-4"
          >
            
            rspec
          
          </span>
        </div>
      </gl-dropdown-item-stub>
      <gl-dropdown-item-stub
        value="cypress"
      >
        <div
          class="gl-display-flex"
        >
          <!---->
           
          <span
            class="gl-display-flex align-items-center ml-4"
          >
            
            cypress
          
          </span>
        </div>
      </gl-dropdown-item-stub>
      <gl-dropdown-item-stub
        value="karma"
      >
        <div
          class="gl-display-flex"
        >
          <!---->
           
          <span
            class="gl-display-flex align-items-center ml-4"
          >
            
            karma
          
          </span>
        </div>
      </gl-dropdown-item-stub>
    </gl-dropdown-stub>
  </div>
   
  <gl-area-chart-stub
    annotations=""
    data="[object Object]"
    formattooltiptext="function () { [native code] }"
    height="200"
    includelegendavgmax="true"
    legendaveragetext="Avg"
    legendcurrenttext="Current"
    legendlayout="inline"
    legendmaxtext="Max"
    legendmintext="Min"
    option="[object Object]"
    thresholds=""
  />
</div>
`;