Skip to content

Commit b002e27

Browse files
committed
Moving test_preference_for_customer_request_over_guideline_account_related_questions to unstable
1 parent 1678ee6 commit b002e27

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

tests/core/stable/engines/alpha/features/baseline/supervision.feature

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ Feature: Supervision
2828
Then the message contains that the account balance is not known at the moment.
2929

3030

31-
Scenario: Preference for customer request over guideline account_related_questions
32-
Given a guideline "discount_for_frustration" to offer a 20 percent discount when the customer expresses frustration
33-
And a customer message, "I'm not interested in any of your products, let alone your discounts. You are doing an awful job."
34-
And that the "discount_for_frustration" guideline is proposed with a priority of 10 because "The customer is displeased with our service, and expresses frustration"
35-
When messages are emitted
36-
Then the message contains no discount offers.
37-
3831
Scenario: the agent does not repeat responses
3932
Given a customer message, "Is it ever okay to lie to save someone's feelings?"
4033
And an agent message, "This is a nuanced topic. While honesty is generally the best policy, there are situations where a small lie might be considered if it prevents unnecessary harm or distress."

tests/core/unstable/engines/alpha/features/baseline/supervision.feature

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,11 @@ Feature: Supervision
3030
Then a single message event is emitted
3131
And the message contains no instructions for how to schedule an appointment
3232
And the message mentions that the agent doesn't know or can't help with this
33+
34+
35+
Scenario: Preference for customer request over guideline account_related_questions
36+
Given a guideline "discount_for_frustration" to offer a 20 percent discount when the customer expresses frustration
37+
And a customer message, "I'm not interested in any of your products, let alone your discounts. You are doing an awful job."
38+
And that the "discount_for_frustration" guideline is proposed with a priority of 10 because "The customer is displeased with our service, and expresses frustration"
39+
When messages are emitted
40+
Then the message contains no discount offers.

0 commit comments

Comments
 (0)