2025-01-10 21:32:22 +01:00
{
"groups" : [
2025-02-10 13:37:05 +01:00
{
"name" : "main_my_vouchers_select_voucher_using_index" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "2" ,
"expectedContent" : "My vouchers\n1:Select voucher\n2:Voucher details\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "Select number or symbol from your vouchers:\n1SRF\n0:Back\n99:Quit"
} ,
2025-02-11 10:45:52 +01:00
{
"input" : "" ,
"expectedContent" : "Select number or symbol from your vouchers:\n1SRF\n0:Back\n99:Quit"
} ,
2025-02-10 13:37:05 +01:00
{
"input" : "1" ,
"expectedContent" : "Enter PIN to confirm selection:\nSymbol: SRF\nBalance: 2.745987\n0:Back\n9:Quit"
} ,
{
"input" : "1234" ,
"expectedContent" : "Success! SRF is now your active voucher.\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
{
"name" : "main_my_vouchers_select_voucher_using_symbol" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "2" ,
"expectedContent" : "My vouchers\n1:Select voucher\n2:Voucher details\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "Select number or symbol from your vouchers:\n1SRF\n0:Back\n99:Quit"
} ,
{
"input" : "SRF" ,
"expectedContent" : "Enter PIN to confirm selection:\nSymbol: SRF\nBalance: 2.745987\n0:Back\n9:Quit"
} ,
{
"input" : "1234" ,
"expectedContent" : "Success! SRF is now your active voucher.\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
2025-01-10 21:32:22 +01:00
{
"name" : "my_account_change_pin" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "5" ,
"expectedContent" : "PIN Management\n1:Change PIN\n2:Reset other's PIN\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "Enter your old PIN\n\n0:Back"
} ,
{
"input" : "1234" ,
"expectedContent" : "Enter a new four number PIN:\n\n0:Back"
} ,
{
"input" : "1234" ,
"expectedContent" : "Confirm your new PIN:\n\n0:Back"
} ,
{
"input" : "1234" ,
"expectedContent" : "Your PIN change request has been successful\n\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
{
"name" : "menu_my_account_language_change" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
2025-02-11 10:45:52 +01:00
{
"input" : "" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
2025-01-10 21:32:22 +01:00
{
"input" : "2" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1235" ,
2025-02-05 16:04:29 +01:00
"expectedContent" : "Incorrect PIN. You have: {attempts} remaining attempt(s).\n1:Retry\n9:Quit"
2025-01-10 21:32:22 +01:00
} ,
{
"input" : "1" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1234" ,
"expectedContent" : "Select language:\n1:English\n2:Kiswahili"
} ,
{
"input" : "1" ,
"expectedContent" : "Your language change request was successful.\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
2025-01-28 07:28:40 +01:00
{
2025-02-05 16:04:29 +01:00
"name" : "menu_my_account_reset_others_pin_with_unregistered_number" ,
2025-01-28 07:28:40 +01:00
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "5" ,
"expectedContent" : "PIN Management\n1:Change PIN\n2:Reset other's PIN\n0:Back"
} ,
{
"input" : "2" ,
2025-02-05 16:04:29 +01:00
"expectedContent" : "Enter other's phone number:\n0:Back"
} ,
{
2025-02-10 11:31:18 +01:00
"input" : "0700000001" ,
2025-02-05 16:04:29 +01:00
"expectedContent" : "The number you have entered is either not registered with Sarafu or is invalid.\n1:Retry\n9:Quit"
} ,
{
"input" : "1" ,
"expectedContent" : "Enter other's phone number:\n0:Back"
2025-01-28 07:28:40 +01:00
} ,
{
"input" : "0" ,
"expectedContent" : "PIN Management\n1:Change PIN\n2:Reset other's PIN\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
2025-02-10 11:31:18 +01:00
{
"name" : "menu_my_account_reset_others_pin_with_registered_number" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "5" ,
"expectedContent" : "PIN Management\n1:Change PIN\n2:Reset other's PIN\n0:Back"
} ,
{
"input" : "2" ,
"expectedContent" : "Enter other's phone number:\n0:Back"
} ,
{
"input" : "0700000000" ,
"expectedContent" : "Please enter new PIN for: {secondary_session_id}\n0:Back"
} ,
{
"input" : "11111" ,
"expectedContent" : "The PIN you have entered is invalid.Please try a 4 digit number instead.\n1:Retry\n9:Quit"
} ,
{
"input" : "1" ,
"expectedContent" : "Please enter new PIN for: {secondary_session_id}\n0:Back"
} ,
{
"input" : "1111" ,
"expectedContent" : "Please confirm new PIN for: {secondary_session_id}\n0:Back"
} ,
{
"input" : "1111" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1234" ,
"expectedContent" : "PIN reset request for {secondary_session_id} was successful\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
2025-02-05 16:04:29 +01:00
{
"name" : "menu_my_account_reset_others_pin_with_no_privileges" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "5" ,
"expectedContent" : "PIN Management\n1:Change PIN\n2:Reset other's PIN\n0:Back"
} ,
{
"input" : "2" ,
"expectedContent" : "You do not have privileges to perform this action\n\n9:Quit\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
2025-01-10 21:32:22 +01:00
{
"name" : "menu_my_account_check_my_balance" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "3" ,
"expectedContent" : "Balances:\n1:My balance\n2:Community balance\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1235" ,
2025-02-05 16:04:29 +01:00
"expectedContent" : "Incorrect PIN. You have: {attempts} remaining attempt(s).\n1:Retry\n9:Quit"
2025-01-10 21:32:22 +01:00
} ,
{
"input" : "1" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1234" ,
"expectedContent" : "Balance: {balance}\n\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "Balances:\n1:My balance\n2:Community balance\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
{
"name" : "menu_my_account_check_community_balance" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "3" ,
"expectedContent" : "Balances:\n1:My balance\n2:Community balance\n0:Back"
} ,
{
"input" : "2" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1235" ,
2025-01-27 12:00:18 +01:00
"expectedContent" : "Incorrect PIN. You have: {attempts} remaining attempt(s).\n1:Retry\n9:Quit"
2025-01-10 21:32:22 +01:00
} ,
{
"input" : "1" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1234" ,
"expectedContent" : "{balance}\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "Balances:\n1:My balance\n2:Community balance\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
{
"name" : "menu_my_account_edit_all_account_details_starting_from_firstname" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "Enter your first names:\n0:Back"
} ,
{
"input" : "foo" ,
"expectedContent" : "Enter family name:\n0:Back"
} ,
{
"input" : "bar" ,
"expectedContent" : "Select gender: \n1:Male\n2:Female\n3:Unspecified\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "Enter your year of birth\n0:Back"
} ,
{
"input" : "1940" ,
"expectedContent" : "Enter your location:\n0:Back"
} ,
{
"input" : "Kilifi" ,
"expectedContent" : "Enter the services or goods you offer: \n0:Back"
} ,
{
"input" : "Bananas" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1234" ,
"expectedContent" : "Profile updated successfully\n\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
{
"name" : "menu_my_account_edit_familyname_when_all_account__details_have_been_set" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "2" ,
"expectedContent" : "Enter family name:\n0:Back"
} ,
{
"input" : "bar" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1234" ,
"expectedContent" : "Profile updated successfully\n\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
{
"name" : "menu_my_account_edit_gender_when_all_account__details_have_been_set" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "3" ,
"expectedContent" : "Select gender: \n1:Male\n2:Female\n3:Unspecified\n0:Back"
2025-02-11 10:45:52 +01:00
} ,
{
"input" : "" ,
"expectedContent" : "Select gender: \n1:Male\n2:Female\n3:Unspecified\n0:Back"
2025-01-10 21:32:22 +01:00
} ,
{
"input" : "1" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1234" ,
"expectedContent" : "Profile updated successfully\n\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
{
"name" : "menu_my_account_edit_yob_when_all_account__details_have_been_set" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "4" ,
"expectedContent" : "Enter your year of birth\n0:Back"
} ,
{
"input" : "1945" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1234" ,
"expectedContent" : "Profile updated successfully\n\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
{
"name" : "menu_my_account_edit_location_when_all_account_details_have_been_set" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "5" ,
"expectedContent" : "Enter your location:\n0:Back"
} ,
{
"input" : "Kilifi" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1234" ,
"expectedContent" : "Profile updated successfully\n\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
{
"name" : "menu_my_account_edit_offerings_when_all_account__details_have_been_set" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "6" ,
"expectedContent" : "Enter the services or goods you offer: \n0:Back"
} ,
{
"input" : "Bananas" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1234" ,
"expectedContent" : "Profile updated successfully\n\n0:Back\n9:Quit"
} ,
{
"input" : "0" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
} ,
{
"name" : "menu_my_account_view_profile" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "7" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1234" ,
2025-01-25 07:54:44 +01:00
"expectedContent" : "My profile:\nName: foo bar\nGender: male\nAge: 80\nLocation: Kilifi\nYou provide: Bananas\nYour alias: \n\n0:Back\n9:Quit"
2025-01-10 21:32:22 +01:00
} ,
{
"input" : "0" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "0" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
}
]
2025-01-27 12:00:18 +01:00
} ,
{
"name" : "menu_block_account_via_view_profile" ,
"steps" : [
{
"input" : "" ,
"expectedContent" : "{balance}\n\n1:Send\n2:My Vouchers\n3:My Account\n4:Help\n9:Quit"
} ,
{
"input" : "3" ,
"expectedContent" : "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back"
} ,
{
"input" : "1" ,
"expectedContent" : "My profile\n1:Edit name\n2:Edit family name\n3:Edit gender\n4:Edit year of birth\n5:Edit location\n6:Edit offerings\n7:View profile\n0:Back"
} ,
{
"input" : "7" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1254" ,
"expectedContent" : "Incorrect PIN. You have: {attempts} remaining attempt(s).\n1:Retry\n9:Quit"
} ,
{
"input" : "1" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1254" ,
"expectedContent" : "Incorrect PIN. You have: {attempts} remaining attempt(s).\n1:Retry\n9:Quit"
} ,
{
"input" : "1" ,
"expectedContent" : "Please enter your PIN:"
} ,
{
"input" : "1254" ,
"expectedContent" : "Your account has been locked. For help on how to unblock your account, contact support at: 0757628885"
}
]
2025-01-10 21:32:22 +01:00
}
]
}