Skip to content

Commit 1bd13a7

Browse files
committed
chore: update snapshots
1 parent 4ec2f15 commit 1bd13a7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/pluggableWidgets/gallery-web/src/components/__tests__/__snapshots__/Gallery.spec.tsx.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`Gallery DOM Structure renders correctly 1`] = `
1616
<input />
1717
</section>
1818
<div
19-
class="widget-gallery-content infinite-loading"
19+
class="widget-gallery-content"
2020
>
2121
<div
2222
aria-label="Mock props ListBox aria label"
@@ -76,7 +76,7 @@ exports[`Gallery DOM Structure renders correctly with onclick event 1`] = `
7676
<input />
7777
</section>
7878
<div
79-
class="widget-gallery-content infinite-loading"
79+
class="widget-gallery-content"
8080
>
8181
<div
8282
aria-label="Mock props ListBox aria label"
@@ -151,7 +151,7 @@ exports[`Gallery with accessibility properties renders correctly with items 1`]
151151
<input />
152152
</section>
153153
<div
154-
class="widget-gallery-content infinite-loading"
154+
class="widget-gallery-content"
155155
>
156156
<div
157157
aria-label="Mock props ListBox aria label"
@@ -214,7 +214,7 @@ exports[`Gallery with accessibility properties renders correctly without items 1
214214
<input />
215215
</section>
216216
<div
217-
class="widget-gallery-content infinite-loading"
217+
class="widget-gallery-content"
218218
/>
219219
<section
220220
aria-label="empty message"
@@ -255,7 +255,7 @@ exports[`Gallery with empty option renders correctly 1`] = `
255255
<input />
256256
</section>
257257
<div
258-
class="widget-gallery-content infinite-loading"
258+
class="widget-gallery-content"
259259
/>
260260
<section
261261
class="widget-gallery-empty"
@@ -468,7 +468,7 @@ exports[`Gallery without filters renders structure without header container 1`]
468468
class="widget-gallery-top-bar"
469469
/>
470470
<div
471-
class="widget-gallery-content infinite-loading"
471+
class="widget-gallery-content"
472472
>
473473
<div
474474
aria-label="Mock props ListBox aria label"

packages/pluggableWidgets/gallery-web/src/utils/test-utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export function mockProps(params: Helpers & Mocks = {}): GalleryProps<ObjectItem
126126
hasMoreItems: false,
127127
page: 0,
128128
pageSize: 10,
129-
paging: false,
129+
paging: true,
130130
paginationType: "buttons",
131131
showPagingButtons: "always",
132132
phoneItems: 2,

0 commit comments

Comments
 (0)