aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/panel/panel-tabs/info-tab/__snapshots__/info-tab.component.spec.ts.snap
blob: fdd0dcf75c9d368b2a875377fec593cc17a65052 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`InfoTabComponent can load instance 1`] = `
<panel-info-tab
  componentInstanceService={[Function Object]}
  compositionPaletteService={[Function Object]}
  compositionService={[Function Object]}
  eventListenerService={[Function Object]}
  flatLeftPaletteElementsFromService={[Function Function]}
  getPathNamesVersionChangeModal={[Function Function]}
  initEditResourceVersion={[Function Function]}
  modalService={[Function Object]}
  onChangeVersion={[Function Function]}
  sdcMenu={[Function Object]}
  serviceService={[Function Object]}
  store={[Function Object]}
  versioning={[Function Function]}
  workspaceService={[Function Object]}
>
  <ng2-expand-collapse
    state="0"
  >
    <header
      tooltip="General Information"
    >
      General Info
    </header>
    <content
      class="general-info-container"
    >
      
      
      <div
        class="component-details-panel-item"
      >
        <span
          class="name"
        />
        
        
      </div>
      
      
      
      
      
      
      
      
      
      
      
      <div
        class="component-details-panel-item description"
      >
        <span
          class="name"
        />
        <chars-ellipsis />
      </div>
      
      
    </content>
  </ng2-expand-collapse>
</panel-info-tab>
`;