IO-2327 Intake checklist tests

This commit is contained in:
swtmply
2023-06-20 09:12:36 +08:00
parent aa064cc573
commit 7ae48db212
5 changed files with 183 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ export default function JobIntakeFormCheckboxComponent({ formItem, readOnly }) {
},
]}
>
<Checkbox disabled={readOnly} />
<Checkbox data-cy="checklist-item-checkbox" disabled={readOnly} />
</Form.Item>
);
}