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

exports[`Suggestion Diff component matches snapshot 1`] = `
<div
  class="md-suggestion"
>
  <suggestion-diff-header-stub
    batchsuggestionscount="1"
    class="qa-suggestion-diff-header js-suggestion-diff-header"
    helppagepath="path_to_docs"
    isapplyingbatch="true"
    isbatched="true"
    suggestionscount="0"
  />
   
  <table
    class="mb-3 md-suggestion-diff js-syntax-highlight code"
  >
    <tbody>
      <suggestion-diff-row-stub
        line="[object Object]"
      />
      <suggestion-diff-row-stub
        line="[object Object]"
      />
      <suggestion-diff-row-stub
        line="[object Object]"
      />
    </tbody>
  </table>
</div>
`;