Skip to content

Commit 7b9fd7b

Browse files
committed
test(data-widgets): update test snapshots of filters
1 parent 9685c97 commit 7b9fd7b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports[`Date Filter with single instance with double attributes renders correct
3030
class="filter-selectors hidden"
3131
id="downshift-:ra:-menu"
3232
role="listbox"
33-
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
33+
style="position: absolute; left: 0px; top: 0px; transform: translate(0px, 0px);"
3434
/>
3535
</div>
3636
</div>
@@ -108,7 +108,7 @@ exports[`Date Filter with single instance with single attribute renders correctl
108108
class="filter-selectors hidden"
109109
id="downshift-:r0:-menu"
110110
role="listbox"
111-
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
111+
style="position: absolute; left: 0px; top: 0px; transform: translate(0px, 0px);"
112112
/>
113113
</div>
114114
</div>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports[`Filter component renders correctly 1`] = `
3030
class="filter-selectors hidden"
3131
id="downshift-:r0:-menu"
3232
role="listbox"
33-
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
33+
style="position: absolute; left: 0px; top: 0px; transform: translate(0px, 0px);"
3434
/>
3535
</div>
3636
</div>
@@ -158,7 +158,7 @@ exports[`Filter component renders correctly with aria labels 1`] = `
158158
class="filter-selectors hidden"
159159
id="downshift-:r3:-menu"
160160
role="listbox"
161-
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
161+
style="position: absolute; left: 0px; top: 0px; transform: translate(0px, 0px);"
162162
/>
163163
</div>
164164
</div>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports[`Number Filter with single instance with multiple attributes renders cor
3030
class="filter-selectors hidden"
3131
id="downshift-:r7:-menu"
3232
role="listbox"
33-
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
33+
style="position: absolute; left: 0px; top: 0px; transform: translate(0px, 0px);"
3434
/>
3535
</div>
3636
</div>
@@ -83,7 +83,7 @@ exports[`Number Filter with single instance with single attribute renders correc
8383
class="filter-selectors hidden"
8484
id="downshift-:r0:-menu"
8585
role="listbox"
86-
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
86+
style="position: absolute; left: 0px; top: 0px; transform: translate(0px, 0px);"
8787
/>
8888
</div>
8989
</div>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports[`Text Filter with single instance with multiple attributes renders corre
3030
class="filter-selectors hidden"
3131
id="downshift-:r8:-menu"
3232
role="listbox"
33-
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
33+
style="position: absolute; left: 0px; top: 0px; transform: translate(0px, 0px);"
3434
/>
3535
</div>
3636
</div>
@@ -83,7 +83,7 @@ exports[`Text Filter with single instance with single attribute renders correctl
8383
class="filter-selectors hidden"
8484
id="downshift-:r5:-menu"
8585
role="listbox"
86-
style="position: fixed; left: 0px; top: 0px; transform: translate(0px, 0px);"
86+
style="position: absolute; left: 0px; top: 0px; transform: translate(0px, 0px);"
8787
/>
8888
</div>
8989
</div>

0 commit comments

Comments
 (0)