Skip to content

Commit fc5e2ec

Browse files
chore(gallery-web): update test-utils
1 parent 88fd50e commit fc5e2ec

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
@@ -57,7 +57,8 @@ export function createMockGalleryContext(): GalleryRootScope {
5757
storeFilters: false,
5858
storeSort: false,
5959
refreshIndicator: false,
60-
keepSelection: false
60+
keepSelection: false,
61+
refreshInterval: 0
6162
};
6263

6364
// Create a proper gate provider and gate
@@ -75,7 +76,8 @@ export function createMockGalleryContext(): GalleryRootScope {
7576
stateStorageType: "localStorage",
7677
storeFilters: false,
7778
storeSort: false,
78-
refreshIndicator: false
79+
refreshIndicator: false,
80+
refreshInterval: 0
7981
});
8082

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

0 commit comments

Comments
 (0)