Skip to content

Commit 7b74124

Browse files
committed
Revert "fix(filters): update snapshots"
This reverts commit ade73f0.
1 parent 60462d1 commit 7b74124

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed

packages/pluggableWidgets/datagrid-date-filter-web/src/components/__tests__/__snapshots__/DatagridDateFilter.spec.tsx.snap

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ exports[`Date Filter with single instance with double attributes renders correct
2525
>
2626
 
2727
</button>
28+
<ul
29+
aria-label="Select filter type"
30+
class="filter-selectors hidden"
31+
id="downshift-:ra:-menu"
32+
role="listbox"
33+
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
34+
/>
2835
</div>
2936
</div>
3037
<div
@@ -96,6 +103,13 @@ exports[`Date Filter with single instance with single attribute renders correctl
96103
>
97104
 
98105
</button>
106+
<ul
107+
aria-label="Select filter type"
108+
class="filter-selectors hidden"
109+
id="downshift-:r0:-menu"
110+
role="listbox"
111+
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
112+
/>
99113
</div>
100114
</div>
101115
<div

packages/pluggableWidgets/datagrid-date-filter-web/src/components/__tests__/__snapshots__/FilterComponent.spec.tsx.snap

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ exports[`Filter component renders correctly 1`] = `
2525
>
2626
 
2727
</button>
28+
<ul
29+
aria-label="Select filter type"
30+
class="filter-selectors hidden"
31+
id="downshift-:r0:-menu"
32+
role="listbox"
33+
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
34+
/>
2835
</div>
2936
</div>
3037
<div
@@ -146,6 +153,13 @@ exports[`Filter component renders correctly with aria labels 1`] = `
146153
>
147154
 
148155
</button>
156+
<ul
157+
aria-label="my label"
158+
class="filter-selectors hidden"
159+
id="downshift-:r3:-menu"
160+
role="listbox"
161+
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
162+
/>
149163
</div>
150164
</div>
151165
<div

packages/pluggableWidgets/datagrid-number-filter-web/src/components/__tests__/__snapshots__/DatagridNumberFilter.spec.tsx.snap

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ exports[`Number Filter with single instance with multiple attributes renders cor
2525
>
2626
 
2727
</button>
28+
<ul
29+
aria-label="Select filter type"
30+
class="filter-selectors hidden"
31+
id="downshift-:r7:-menu"
32+
role="listbox"
33+
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
34+
/>
2835
</div>
2936
</div>
3037
<input
@@ -71,6 +78,13 @@ exports[`Number Filter with single instance with single attribute renders correc
7178
>
7279
 
7380
</button>
81+
<ul
82+
aria-label="Select filter type"
83+
class="filter-selectors hidden"
84+
id="downshift-:r0:-menu"
85+
role="listbox"
86+
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
87+
/>
7488
</div>
7589
</div>
7690
<input

packages/pluggableWidgets/datagrid-text-filter-web/src/components/__tests__/__snapshots__/DatagridTextFilter.spec.tsx.snap

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ exports[`Text Filter with single instance with multiple attributes renders corre
2525
>
2626
 
2727
</button>
28+
<ul
29+
aria-label="Select filter type"
30+
class="filter-selectors hidden"
31+
id="downshift-:r8:-menu"
32+
role="listbox"
33+
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
34+
/>
2835
</div>
2936
</div>
3037
<input
@@ -71,6 +78,13 @@ exports[`Text Filter with single instance with single attribute renders correctl
7178
>
7279
 
7380
</button>
81+
<ul
82+
aria-label="Select filter type"
83+
class="filter-selectors hidden"
84+
id="downshift-:r5:-menu"
85+
role="listbox"
86+
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
87+
/>
7488
</div>
7589
</div>
7690
<input

0 commit comments

Comments
 (0)