fix: failing test for create alert button

This commit is contained in:
manika-signoz 2025-09-12 02:54:56 +05:30
parent 1c7e80cf38
commit 1779d66a9e

View File

@ -801,6 +801,7 @@ describe('TracesExplorer - ', () => {
expect(historyPush).toHaveBeenCalledWith( expect(historyPush).toHaveBeenCalledWith(
expect.stringContaining(`${ROUTES.ALERTS_NEW}`), expect.stringContaining(`${ROUTES.ALERTS_NEW}`),
expect.any(Object),
); );
}); });
}); });