Skip to content

Commit 0874cd0

Browse files
committed
Fix
1 parent 09788b0 commit 0874cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/dashboard-action-widget/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe("DashboardWidget", () => {
179179

180180
(globalThis as any).navigator = originalNavigator;
181181
messageSpy.mockRestore();
182-
});
182+
}, 10000);
183183

184184
it("handles default widget onChange branch", async () => {
185185
const CustomWidget = ({

0 commit comments

Comments
 (0)