summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/palette/__snapshots__/palette.component.spec.ts.snap
blob: 74517e1eb0d533be0c9482fb7f3b8987f7526e48 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`palette component should match current snapshot of palette component 1`] = `
<composition-palette
  buildPaletteByCategories={[Function Function]}
  compositionPaletteService={[Function Object]}
  eventListenerService={[Function Object]}
  numberOfElements="0"
  onDragStart={[Function Function]}
  onDraggableMoved={[Function Function]}
  onDrop={[Function Function]}
  onMouseOut={[Function Function]}
  onMouseOver={[Function Function]}
  onSearchChanged={[Function Function]}
  position={[Function Point]}
>
  <div
    class="composition-palette-component"
  >
    <div
      class="palette-elements-count"
    >
      Elements 
      <span
        class="palette-elements-count-value"
      >
        
      </span>
    </div>
    <sdc-filter-bar
      placeholder="Search..."
      testid="searchAsset"
    />
    <div
      class="palette-elements-list"
    >
      <sdc-loader
        name="palette-loader"
        testid="palette-loader"
      />
      
      
    </div>
  </div><div
    dnddropzone=""
    id="draggable_element"
  >
    
  </div>
</composition-palette>
`;