Skip to content

Commit

Permalink
added checks for setting to none
Browse files Browse the repository at this point in the history
  • Loading branch information
twerkmeister committed Feb 16, 2024
1 parent ca3319a commit 5a880f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e_tests/passing/happy_path/user_fills_resetting_slot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ test_cases:
- utter: utter_verify_account_success
# Check that the slot was reset at the end of the flow
- slot_was_set:
- verify_account_email
- verify_account_email: null
- verify_account_confirmation: null
# Check that the slot was not reset at the end of the flow
- slot_was_not_set:
- based_in_california
Expand Down

0 comments on commit 5a880f5

Please sign in to comment.