Skip to content

Commit 6174e22

Browse files
chore(gallery-web): update test-utils
1 parent 2957637 commit 6174e22

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ export function createMockGalleryContext(): GalleryRootScope {
5858
storeSort: false,
5959
refreshIndicator: false,
6060
keepSelection: false,
61-
selectionCountPosition: "bottom"
61+
selectionCountPosition: "bottom",
62+
refreshInterval: 0
6263
};
6364

6465
// Create a proper gate provider and gate
@@ -76,7 +77,8 @@ export function createMockGalleryContext(): GalleryRootScope {
7677
stateStorageType: "localStorage",
7778
storeFilters: false,
7879
storeSort: false,
79-
refreshIndicator: false
80+
refreshIndicator: false,
81+
refreshInterval: 0
8082
});
8183

8284
const mockSelectHelper = new SelectActionHandler("None", undefined);

0 commit comments

Comments
 (0)