summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/logic/filter-properties-assignment/__snapshots__/filter-properties-assignment.component.spec.ts.snap
blob: 02e98e22196499a58fd33855121fa7c502c72d35 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`filter-properties-assignemnt component should match current snapshot of artifact-tab component 1`] = `
<filter-properties-assignment
  allSelected="false"
  clearAll={[Function Function]}
  close={[Function Function]}
  filterData={[Function FilterPropertiesAssignmentData]}
  filterPopover={[Function ElementRef]}
  footerButtons={[Function Object]}
  onTypeSelected={[Function Function]}
  search={[Function Function]}
  searchProperties={[Function EventEmitter]}
  selectAll={[Function Function]}
  selectedTypes={[Function Object]}
  someTypesSelectedAndThereIsPropertyName={[Function Function]}
>
  <popover-content
    placement="bottom-right"
  >
    <form>
      <div
        class="field"
      >
        <label>
          Resource Type
        </label>
        <div>
          <checkbox
            data-tests-id="filter-checkbox-all"
          />
        </div>
        
      </div>
      <div
        class="field"
      >
        <label>
          Property Name
        </label>
        <input
          class="i-sdc-form-input"
          data-tests-id="filter-box"
          name="propertyName"
          placeholder="Type here"
          required=""
        />
      </div>
    </form>
  </popover-content><div
    class="open-filter-button"
  >
    <div
      class="sprite-new filter-icon"
      data-tests-id="filter-button"
    />
  </div>
</filter-properties-assignment>
`;