Skip to content

Commit c8aef80

Browse files
committed
Test out multiflow support in onboarding
1 parent 59bd8d1 commit c8aef80

4 files changed

Lines changed: 188 additions & 181 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030
with:
3131
repository: praekeltfoundation/flow_tester
32-
ref: v0.5.1
32+
ref: multi-flow-support
3333
path: flow_tester
3434
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
3535

Onboarding/QA/content/onboarding.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ Tap `≡ Menu` to make your choice.
854854
🚌 Take a tour
855855
ℹ️ About and privacy policy
856856
857-
To return here at any time, send in the word `menu`",,,,Menu,"[{""type"": ""next_message"", ""title"": ""Health Guide""}, {""type"": ""next_message"", ""title"": ""View Topics""}, {""type"": ""next_message"", ""title"": ""Go to Help Center""}, {""type"": ""next_message"", ""title"": ""Profile""}, {""type"": ""next_message"", ""title"": ""ManageUpdate""}, {""type"": ""next_message"", ""title"": ""Manage Data""}, {""type"": ""next_message"", ""title"": ""Take a Tour""}, {""type"": ""next_message"", ""title"": ""About this Service""}]",,,,,,,,,45a78166-5a75-4986-a405-1f94f315df21,,,,,[],,,,,,en
857+
To return here at any time, send in the word `menu`",,,,Menu,"[{""type"": ""next_message"", ""title"": ""Health Guide""}, {""type"": ""next_message"", ""title"": ""View Topics""}, {""type"": ""next_message"", ""title"": ""Go to Help Center""}, {""type"": ""next_message"", ""title"": ""Profile""}, {""type"": ""next_message"", ""title"": ""Manage Updates""}, {""type"": ""next_message"", ""title"": ""Manage Data""}, {""type"": ""next_message"", ""title"": ""Take a Tour""}, {""type"": ""next_message"", ""title"": ""About this Service""}]",,,,,,,,,45a78166-5a75-4986-a405-1f94f315df21,,,,,[],,,,,,en
858858
Sub 5.1.150,1,3728,mnch_onboarding_personalisation_prompt_zero,Onboarding,personalisation_prompt_zero,,,personalisation_prompt_zero,"Hi there!
859859
860860
To build your health guide, tell me more about yourself.

Onboarding/QA/tests/basic-questions_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmodule BasicQuestionsTest do
3131
]
3232

3333
# The onboarding.csv content file contains a page that references a Whatsapp Template.
34-
# We don't support importing of templates yet, so for now we add it manually
34+
# We don't support importing of templates yet, so for now we add it manually
3535
FakeCMS.add_template(wh_pid, %WATemplate{
3636
id: "1",
3737
slug: "mnch_onboarding_edd_reminder",

0 commit comments

Comments
 (0)