We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eab2ce commit bbb95baCopy full SHA for bbb95ba
tests/test_imms_sync.py
@@ -53,7 +53,11 @@ def test_create_imms_record_then_verify_on_children_page(
53
2. Verify the record was created successfully
54
3. Navigate to MAVIS login page
55
4. Log in as a nurse
56
- 5. Verify the child created via IMMS API is visible in MAVIS children page
+ 5. Navigate to the children page
57
+ 6. Search for the child associated with the vaccination record
58
+ Verification:
59
+ - The child appears in the search results on the children page
60
+ - The vaccination record details match those created via the IMMS API
61
"""
62
child = children[Programme.FLU][0]
63
school = schools[Programme.FLU][0]
0 commit comments