summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/palette/palette-element/__snapshots__/palette-element.component.spec.ts.snap
blob: 40df5755195b77e78c7965c54c414de6615553ea (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`palette element component should match current snapshot of palette element component 1`] = `
<palette-element>
  <div
    class="palette-element"
  >
    <sdc-element-icon
      class="palette-element-icon"
    />
    <div
      class="palette-element-text"
    >
      <div
        class="palette-element-name"
        sdc-tooltip=""
      >
        
      </div>
      <span>
         V.
      </span>
      <span>
        
      </span>
    </div>
  </div>
</palette-element>
`;