diff --git a/e2e_tests_with_assertions/passing/happy_path/user_adds_contact_to_their_list.yml b/e2e_tests_with_assertions/passing/happy_path/user_adds_contact_to_their_list.yml index a8b212b..f05509d 100644 --- a/e2e_tests_with_assertions/passing/happy_path/user_adds_contact_to_their_list.yml +++ b/e2e_tests_with_assertions/passing/happy_path/user_adds_contact_to_their_list.yml @@ -5,6 +5,9 @@ test_cases: assertions: - bot_uttered: utter_name: utter_ask_add_contact_handle + - slot_was_set: + - name: route_session_to_calm + value: True - user: it's @barts assertions: - slot_was_set: diff --git a/e2e_tests_with_assertions/passing/happy_path/user_checks_balance.yml b/e2e_tests_with_assertions/passing/happy_path/user_checks_balance.yml index a72d713..40d37ed 100644 --- a/e2e_tests_with_assertions/passing/happy_path/user_checks_balance.yml +++ b/e2e_tests_with_assertions/passing/happy_path/user_checks_balance.yml @@ -7,3 +7,6 @@ test_cases: utter_name: utter_current_balance - bot_uttered: utter_name: utter_can_do_something_else + - slot_was_set: + - name: route_session_to_calm + value: True diff --git a/e2e_tests_with_assertions/passing/knowledge/user_starts_with_a_knowledge_question.yml b/e2e_tests_with_assertions/passing/knowledge/user_starts_with_a_knowledge_question.yml index 8560d81..61c8a98 100644 --- a/e2e_tests_with_assertions/passing/knowledge/user_starts_with_a_knowledge_question.yml +++ b/e2e_tests_with_assertions/passing/knowledge/user_starts_with_a_knowledge_question.yml @@ -5,3 +5,6 @@ test_cases: assertions: - generative_response_is_grounded: threshold: 0.75 + - slot_was_set: + - name: route_session_to_calm + value: True