diff --git a/frontends/mit-open/src/pages/DashboardPage/Dashboard.test.tsx b/frontends/mit-open/src/pages/DashboardPage/Dashboard.test.tsx index a214231279..d93e184c76 100644 --- a/frontends/mit-open/src/pages/DashboardPage/Dashboard.test.tsx +++ b/frontends/mit-open/src/pages/DashboardPage/Dashboard.test.tsx @@ -252,7 +252,7 @@ describe("DashboardPage", () => { }) }) - test("Renders the expected carousels on the home page", async () => { + test("Renders the expected carousels on the dashboard", async () => { const { profile, topPicks, @@ -337,5 +337,5 @@ describe("DashboardPage", () => { ) expect(courseTitle).toBeInTheDocument() }) - }) + }, 10000) })