summaryrefslogtreecommitdiff
path: root/tests/unit/Global/__snapshots__/TableToolbar.spec.js.snap
blob: 140f6f42c090fbd98a60b2fa5e286319c4af0044 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`TableToolbar.vue should render correctly 1`] = `
<transition-stub
  name="slide"
>
  <div
    class="toolbar-container"
  >
    <div
      class="toolbar-content"
    >
      <p
        class="toolbar-selected"
      >
        12 global.action.selected
      </p>
      <div
        class="toolbar-actions d-flex"
      >
        <button
          class="btn d-block btn-secondary"
          type="button"
        >
          global.action.cancel
        </button>
      </div>
    </div>
  </div>
</transition-stub>
`;