-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not delete e2e stories: we need them for some tests
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# These stories are not strictly necessary for the bot to reply, but we need them to | ||
# test for the reply | ||
version: "3.1" | ||
stories: | ||
- story: free transfers | ||
steps: | ||
- user: Are transfers free on this app? | ||
- action: utter_free_transfers | ||
|
||
- story: free transfers | ||
steps: | ||
- user: Are there any fees associated with sending money? | ||
- action: utter_free_transfers | ||
|
||
- story: international transfers | ||
steps: | ||
- user: Do you support international transfers? | ||
- action: utter_domestic_transfers_only | ||
|
||
- story: contact handle | ||
steps: | ||
- user: What is a contact handle in FinX? | ||
- action: utter_contact_handle_info | ||
|
||
- story: user asks why location is relevant for verification | ||
steps: | ||
- action: utter_ask_based_in_california | ||
- user: Why do you need to know this? | ||
- action: utter_california_compliance | ||
|
||
- story: user refuses to give information | ||
steps: | ||
- action: utter_ask_verify_account_sufficient_california_income | ||
- user: That's non of your business! | ||
- action: utter_california_compliance |