From 7182771d7a9b22f4ce1357d434d05641116ff27b Mon Sep 17 00:00:00 2001 From: Dario Date: Sun, 28 Apr 2024 21:58:24 +0200 Subject: [PATCH] test: removed user statistics --- webapp/src/tests/Statistics.test.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webapp/src/tests/Statistics.test.js b/webapp/src/tests/Statistics.test.js index 5f0e5134..2c3c6d76 100644 --- a/webapp/src/tests/Statistics.test.js +++ b/webapp/src/tests/Statistics.test.js @@ -34,11 +34,6 @@ describe("Statistics", () => { expect(screen.getByTestId("leaderboard-spinner")).toBeEnabled(); }); - test("the user statistics component is rendered", () => { - render(); - expect(screen.getByTestId("user-statistics")).toBeEnabled(); - }) - describe("a petition is made requesting the top ten", () => { const authManager = new AuthManager(); let mockAxios;