summaryrefslogtreecommitdiff
path: root/spec/frontend/packages/details/components/__snapshots__/history_element_spec.js.snap
blob: a1751d69c70c1239ad2142046948898faa34618a (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`History Element renders the correct markup 1`] = `
<li
  class="timeline-entry system-note note-wrapper gl-mb-6!"
>
  <div
    class="timeline-entry-inner"
  >
    <div
      class="timeline-icon"
    >
      <gl-icon-stub
        name="pencil"
        size="16"
      />
    </div>
     
    <div
      class="timeline-content"
    >
      <div
        class="note-header"
      >
        <span>
          <div
            data-testid="default-slot"
          />
        </span>
      </div>
       
      <div
        class="note-body"
      />
    </div>
  </div>
</li>
`;