Skip to content

Commit

Permalink
Do not delete e2e stories: we need them for some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maksim-m committed Oct 15, 2024
1 parent 989292f commit 431bd63
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions data/e2e_stories.yml
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

0 comments on commit 431bd63

Please sign in to comment.