@@ -16,7 +16,7 @@ exports[`Gallery DOM Structure renders correctly 1`] = `
16
16
<input />
17
17
</section >
18
18
<div
19
- class = " widget-gallery-content infinite-loading "
19
+ class = " widget-gallery-content"
20
20
>
21
21
<div
22
22
aria-label = " Mock props ListBox aria label"
@@ -76,7 +76,7 @@ exports[`Gallery DOM Structure renders correctly with onclick event 1`] = `
76
76
<input />
77
77
</section >
78
78
<div
79
- class = " widget-gallery-content infinite-loading "
79
+ class = " widget-gallery-content"
80
80
>
81
81
<div
82
82
aria-label = " Mock props ListBox aria label"
@@ -151,7 +151,7 @@ exports[`Gallery with accessibility properties renders correctly with items 1`]
151
151
<input />
152
152
</section >
153
153
<div
154
- class = " widget-gallery-content infinite-loading "
154
+ class = " widget-gallery-content"
155
155
>
156
156
<div
157
157
aria-label = " Mock props ListBox aria label"
@@ -214,7 +214,7 @@ exports[`Gallery with accessibility properties renders correctly without items 1
214
214
<input />
215
215
</section >
216
216
<div
217
- class = " widget-gallery-content infinite-loading "
217
+ class = " widget-gallery-content"
218
218
/>
219
219
<section
220
220
aria-label = " empty message"
@@ -255,7 +255,7 @@ exports[`Gallery with empty option renders correctly 1`] = `
255
255
<input />
256
256
</section >
257
257
<div
258
- class = " widget-gallery-content infinite-loading "
258
+ class = " widget-gallery-content"
259
259
/>
260
260
<section
261
261
class = " widget-gallery-empty"
@@ -468,7 +468,7 @@ exports[`Gallery without filters renders structure without header container 1`]
468
468
class = " widget-gallery-top-bar"
469
469
/>
470
470
<div
471
- class = " widget-gallery-content infinite-loading "
471
+ class = " widget-gallery-content"
472
472
>
473
473
<div
474
474
aria-label = " Mock props ListBox aria label"
0 commit comments