We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780fdd4 commit 3fab204Copy full SHA for 3fab204
1 file changed
src/frontend/src/components/Manual/Manual.test.tsx
@@ -28,8 +28,8 @@ test("the editing guide can be opened and closed", async () => {
28
const part2 = screen.getByLabelText("Part 2: Search Client Records");
29
await user.click(part2);
30
31
- const eligibility = screen.getByLabelText("Eligibility");
32
- await user.click(eligibility);
+ const results = screen.getByLabelText("Results");
+ await user.click(results);
33
34
const summary = screen.getByLabelText("Editing Guide");
35
0 commit comments