We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2957637 commit 6174e22Copy full SHA for 6174e22
packages/pluggableWidgets/gallery-web/src/utils/test-utils.tsx
@@ -58,7 +58,8 @@ export function createMockGalleryContext(): GalleryRootScope {
58
storeSort: false,
59
refreshIndicator: false,
60
keepSelection: false,
61
- selectionCountPosition: "bottom"
+ selectionCountPosition: "bottom",
62
+ refreshInterval: 0
63
};
64
65
// Create a proper gate provider and gate
@@ -76,7 +77,8 @@ export function createMockGalleryContext(): GalleryRootScope {
76
77
stateStorageType: "localStorage",
78
storeFilters: false,
79
- refreshIndicator: false
80
+ refreshIndicator: false,
81
82
});
83
84
const mockSelectHelper = new SelectActionHandler("None", undefined);
0 commit comments