swahili-templates-menu #158

Merged
Alfred-mk merged 7 commits from swahili-templates-menu into master 2024-11-05 11:29:08 +01:00
2 changed files with 8 additions and 8 deletions
Showing only changes of commit 4e350aa25a - Show all commits

View File

@ -54,7 +54,7 @@
}, },
{ {
"input": "1235", "input": "1235",
"expectedContent": "Incorrect pin\n1:retry\n9:Quit" "expectedContent": "Incorrect pin\n1:Retry\n9:Quit"
}, },
{ {
"input": "1", "input": "1",
@ -95,7 +95,7 @@
}, },
{ {
"input": "1235", "input": "1235",
"expectedContent": "Incorrect pin\n1:retry\n9:Quit" "expectedContent": "Incorrect pin\n1:Retry\n9:Quit"
}, },
{ {
"input": "1", "input": "1",
@ -141,7 +141,7 @@
}, },
{ {
"input": "1235", "input": "1235",
"expectedContent": "Incorrect pin\n1:retry\n9:Quit" "expectedContent": "Incorrect pin\n1:Retry\n9:Quit"
}, },
{ {
"input": "1", "input": "1",

View File

@ -23,7 +23,7 @@
}, },
{ {
"input": "1111", "input": "1111",
"expectedContent": "The PIN is not a match. Try again\n1:retry\n9:Quit" "expectedContent": "The PIN is not a match. Try again\n1:Retry\n9:Quit"
}, },
{ {
"input": "1", "input": "1",
@ -65,7 +65,7 @@
}, },
{ {
"input": "000", "input": "000",
"expectedContent": "000 is not registered or invalid, please try again:\n1:retry\n9:Quit" "expectedContent": "000 is not registered or invalid, please try again:\n1:Retry\n9:Quit"
}, },
{ {
"input": "1", "input": "1",
@ -77,7 +77,7 @@
}, },
{ {
"input": "10000000", "input": "10000000",
"expectedContent": "Amount 10000000 is invalid, please try again:\n1:retry\n9:Quit" "expectedContent": "Amount 10000000 is invalid, please try again:\n1:Retry\n9:Quit"
}, },
{ {
"input": "1", "input": "1",
@ -89,7 +89,7 @@
}, },
{ {
"input": "1222", "input": "1222",
"expectedContent": "Incorrect pin\n1:retry\n9:Quit" "expectedContent": "Incorrect pin\n1:Retry\n9:Quit"
}, },
{ {
"input": "1", "input": "1",
@ -140,7 +140,7 @@
}, },
{ {
"input": "6", "input": "6",
"expectedContent": "Address: {public_key}\n9:Quit" "expectedContent": "Address: {public_key}\n0:Back\n9:Quit"
}, },
{ {
"input": "9", "input": "9",