+ Reports unavailable
+
+ Reports could not be loaded. Try again or return to your dashboard while other pages remain available.
+
+
+
+
+ Back to dashboard
+
+
+
+ );
+}
diff --git a/frontend/test-utils/reports-error.test.tsx b/frontend/test-utils/reports-error.test.tsx
new file mode 100644
index 00000000..866dcf37
--- /dev/null
+++ b/frontend/test-utils/reports-error.test.tsx
@@ -0,0 +1,29 @@
+import React from "react";
+import { fireEvent, render, screen } from "@testing-library/react";
+import ReportsError from "@/app/[locale]/(protected)/reports/error";
+
+const mockReset = jest.fn();
+
+jest.mock("@/i18n/navigation", () => ({
+ Link: ({ children, ...props }: React.AnchorHTMLAttributes