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

exports[`Blob Header Default Actions rendering matches the snapshot 1`] = `
<div
  class="js-file-title file-title-flex-parent"
>
  <div
    class="gl-display-flex"
  >
    <table-of-contents-stub
      class="gl-pr-2"
    />
     
    <blob-filepath-stub
      blob="[object Object]"
      showpath="true"
    />
  </div>
   
  <div
    class="gl-sm-display-flex file-actions"
  >
    <viewer-switcher-stub
      value="simple"
    />
      
    <default-actions-stub
      activeviewer="simple"
      rawpath="/flightjs/flight/snippets/51/raw"
    />
  </div>
</div>
`;