Skip to content

Commit 3fab204

Browse files
committed
Fixed unit test for title change from Eligibility to Results
1 parent 780fdd4 commit 3fab204

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/components/Manual/Manual.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ test("the editing guide can be opened and closed", async () => {
2828
const part2 = screen.getByLabelText("Part 2: Search Client Records");
2929
await user.click(part2);
3030

31-
const eligibility = screen.getByLabelText("Eligibility");
32-
await user.click(eligibility);
31+
const results = screen.getByLabelText("Results");
32+
await user.click(results);
3333

3434
const summary = screen.getByLabelText("Editing Guide");
3535

0 commit comments

Comments
 (0)