Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / components / logic / filter-properties-assignment / __snapshots__ / filter-properties-assignment.component.spec.ts.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`filter-properties-assignemnt component should match current snapshot of artifact-tab component 1`] = `
4 <filter-properties-assignment
5   allSelected="false"
6   clearAll={[Function Function]}
7   close={[Function Function]}
8   filterData={[Function FilterPropertiesAssignmentData]}
9   filterPopover={[Function ElementRef]}
10   footerButtons={[Function Object]}
11   onTypeSelected={[Function Function]}
12   search={[Function Function]}
13   searchProperties={[Function EventEmitter]}
14   selectAll={[Function Function]}
15   selectedTypes={[Function Object]}
16   someTypesSelectedAndThereIsPropertyName={[Function Function]}
17 >
18   <popover-content
19     placement="bottom-right"
20   >
21     <form>
22       <div
23         class="field"
24       >
25         <label>
26           Resource Type
27         </label>
28         <div>
29           <checkbox
30             data-tests-id="filter-checkbox-all"
31           />
32         </div>
33         
34       </div>
35       <div
36         class="field"
37       >
38         <label>
39           Property Name
40         </label>
41         <input
42           class="i-sdc-form-input"
43           data-tests-id="filter-box"
44           name="propertyName"
45           placeholder="Type here"
46           required=""
47         />
48       </div>
49     </form>
50   </popover-content><div
51     class="open-filter-button"
52   >
53     <div
54       class="sprite-new filter-icon"
55       data-tests-id="filter-button"
56     />
57   </div>
58 </filter-properties-assignment>
59 `;