Skip to content

Commit

Permalink
Update test_add_vaccine_batches_steps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
neelimaguntupalli1-nhs authored Nov 14, 2024
1 parent 1bd9fce commit 62cd787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_add_vaccine_batches_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def step_when_i_click_continue():

@then('the error messages and error links should appear highlighting missing required fields')
def step_then_the_error_messages_for_missing_fields_should_appear():
attach_screenshot(check_enter_batch_number_error_message_is_displayed)
assert check_enter_batch_number_error_message_is_displayed()
assert check_enter_batch_number_error_message_link_is_displayed()
assert check_enter_batch_expiry_date_error_message_is_displayed()
Expand Down

0 comments on commit 62cd787

Please sign in to comment.