Skip to content

Commit

Permalink
Fix expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
ahitrov committed Aug 25, 2020
1 parent cd21a61 commit e273bf1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions InsuranceAgent/en/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -2054,16 +2054,19 @@
"items": [
{
"title": "Patriot WorldWide Plus",
"value": "Patriot WorldWide Plus",
"subtitle": "$81.10",
"imageUrl": "https://raw.githubusercontent.com/darvinai/samples/master/InsuranceAgent/en/images/patriot.png"
},
{
"title": "Travel Medical Insurance",
"value": "Travel Medical Insurance",
"subtitle": "$35.20",
"imageUrl": "https://raw.githubusercontent.com/darvinai/samples/master/InsuranceAgent/en/images/travel-medical.png"
},
{
"title": "Global Medical Insurance",
"value": "Global Medical Insurance",
"subtitle": "$60.30",
"imageUrl": "https://raw.githubusercontent.com/darvinai/samples/master/InsuranceAgent/en/images/global-medical.png"
}
Expand Down Expand Up @@ -2669,6 +2672,16 @@
"quickReplies": [
"Yes",
"No"
],
"richQuickReplies": [
{
"title": "Yes",
"value": "Yes"
},
{
"title": "No",
"value": "No"
}
]
}
]
Expand Down

0 comments on commit e273bf1

Please sign in to comment.