Skip to content

Commit 3c24da1

Browse files
authored
Rename test appropriately and increase the timeout (#1105)
1 parent 17cef2b commit 3c24da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontends/mit-open/src/pages/DashboardPage/Dashboard.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ describe("DashboardPage", () => {
252252
})
253253
})
254254

255-
test("Renders the expected carousels on the home page", async () => {
255+
test("Renders the expected carousels on the dashboard", async () => {
256256
const {
257257
profile,
258258
topPicks,
@@ -337,5 +337,5 @@ describe("DashboardPage", () => {
337337
)
338338
expect(courseTitle).toBeInTheDocument()
339339
})
340-
})
340+
}, 10000)
341341
})

0 commit comments

Comments
 (0)