Skip to content

Commit

Permalink
Update renderInfoSessions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa authored Dec 16, 2024
1 parent 198dbb2 commit 600e309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tests/renderInfoSessions.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("renderInfoSessions", () => {

expect(listItems.length).toBe(2);
expect(listItems[0].querySelector("a").href).toBe(mockInfoSessions[0].link);
expect(listItems[0].querySelector("a").innerText).toContain("Sunday");
expect(listItems[0].querySelector("a").innerText).toContain("Friday");
expect(listItems[1].querySelector("a").href).toBe(mockInfoSessions[1].link);
});

Expand Down

0 comments on commit 600e309

Please sign in to comment.