Skip to content

Commit

Permalink
test: removed user statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Apr 28, 2024
1 parent 8386efe commit 7182771
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions webapp/src/tests/Statistics.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ describe("Statistics", () => {
expect(screen.getByTestId("leaderboard-spinner")).toBeEnabled();
});

test("the user statistics component is rendered", () => {
render(<ChakraProvider theme={theme}><MemoryRouter><Statistics /></MemoryRouter></ChakraProvider>);
expect(screen.getByTestId("user-statistics")).toBeEnabled();
})

describe("a petition is made requesting the top ten", () => {
const authManager = new AuthManager();
let mockAxios;
Expand Down

0 comments on commit 7182771

Please sign in to comment.