102 lines
3.9 KiB
JSON
102 lines
3.9 KiB
JSON
[
|
|
{
|
|
"name": "session one",
|
|
"groups": [
|
|
{
|
|
"name": "account_creation_successful",
|
|
"steps": [
|
|
{
|
|
"input": "",
|
|
"expectedContent": "Welcome to Sarafu Network\nPlease select a language\n0:english\n1:kiswahili"
|
|
},
|
|
{
|
|
"input": "0",
|
|
"expectedContent": "Do you agree to terms and conditions?\n0:yes\n1:no"
|
|
},
|
|
{
|
|
"input": "0",
|
|
"expectedContent": "Please enter a new four number PIN for your account:\n0:Exit"
|
|
},
|
|
{
|
|
"input": "1234",
|
|
"expectedContent": "Enter your four number PIN again:"
|
|
},
|
|
{
|
|
"input": "1234",
|
|
"expectedContent": "Your account is being created...Thank you for using Sarafu. Goodbye!"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "account_creation_accept_terms",
|
|
"steps": [
|
|
{
|
|
"input": "",
|
|
"expectedContent": "Welcome to Sarafu Network\nPlease select a language\n0:english\n1:kiswahili"
|
|
},
|
|
{
|
|
"input": "0",
|
|
"expectedContent": "Do you agree to terms and conditions?\n0:yes\n1:no"
|
|
},
|
|
{
|
|
"input": "0",
|
|
"expectedContent": "Please enter a new four number PIN for your account:\n0:Exit"
|
|
}
|
|
|
|
]
|
|
},
|
|
{
|
|
"name": "account_creation_reject_terms",
|
|
"steps": [
|
|
{
|
|
"input": "",
|
|
"expectedContent": "Welcome to Sarafu Network\nPlease select a language\n0:english\n1:kiswahili"
|
|
},
|
|
{
|
|
"input": "0",
|
|
"expectedContent": "Do you agree to terms and conditions?\n0:yes\n1:no"
|
|
},
|
|
{
|
|
"input": "1",
|
|
"expectedContent": "Thank you for using Sarafu. Goodbye!"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "account_creation_invalid_pin",
|
|
"steps": [
|
|
{
|
|
"input": "",
|
|
"expectedContent": "Welcome to Sarafu Network\nPlease select a language\n0:english\n1:kiswahili"
|
|
},
|
|
{
|
|
"input": "0",
|
|
"expectedContent": "Do you agree to terms and conditions?\n0:yes\n1:no"
|
|
},
|
|
{
|
|
"input": "0",
|
|
"expectedContent": "Please enter a new four number PIN for your account:\n0:Exit"
|
|
},
|
|
{
|
|
"input": "1234",
|
|
"expectedContent": "Enter your four number PIN again:"
|
|
},
|
|
{
|
|
"input": "1111",
|
|
"expectedContent": "The PIN is not a match. Try again\n1:retry\n9:Quit"
|
|
},
|
|
{
|
|
"input": "1",
|
|
"expectedContent": "Enter your four number PIN again:"
|
|
},
|
|
{
|
|
"input": "1234",
|
|
"expectedContent": "Your account is being created...Thank you for using Sarafu. Goodbye!"
|
|
}
|
|
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|