From 549782f2309cb6acadb90698cf763514e099a940 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Tue, 17 Dec 2024 15:12:38 +0300 Subject: [PATCH 1/4] add link to terms page --- services/registration/terms | 3 ++- services/registration/terms_swa | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/services/registration/terms b/services/registration/terms index 05b8c11..2081d41 100644 --- a/services/registration/terms +++ b/services/registration/terms @@ -1 +1,2 @@ -Do you agree to terms and conditions? \ No newline at end of file +Do you agree to terms and conditions? +https://grassecon.org/pages/terms-and-conditions \ No newline at end of file diff --git a/services/registration/terms_swa b/services/registration/terms_swa index 7113cd7..cd6f945 100644 --- a/services/registration/terms_swa +++ b/services/registration/terms_swa @@ -1 +1,2 @@ -Kwa kutumia hii huduma umekubali sheria na masharti? \ No newline at end of file +Kwa kutumia hii huduma umekubali sheria na masharti? +https://grassecon.org/pages/terms-and-conditions \ No newline at end of file -- 2.45.2 From fd6ff86579ab233921e534f6067eceb9067ebd52 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Tue, 17 Dec 2024 15:24:15 +0300 Subject: [PATCH 2/4] add link to terms and conditions as expected content --- menutraversal_test/test_setup.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menutraversal_test/test_setup.json b/menutraversal_test/test_setup.json index 1f9d61d..caea216 100644 --- a/menutraversal_test/test_setup.json +++ b/menutraversal_test/test_setup.json @@ -11,7 +11,7 @@ }, { "input": "0", - "expectedContent": "Do you agree to terms and conditions?\n0:Yes\n1:No" + "expectedContent": "Do you agree to terms and conditions?\nhttps://grassecon.org/pages/terms-and-conditions\n0:Yes\n1:No" }, { "input": "0", @@ -44,7 +44,7 @@ }, { "input": "0", - "expectedContent": "Do you agree to terms and conditions?\n0:Yes\n1:No" + "expectedContent": "Do you agree to terms and conditions?\nhttps://grassecon.org/pages/terms-and-conditions\n0:Yes\n1:No" }, { "input": "1", -- 2.45.2 From 70b2fa4ac2de1fa6893e9aabbd22e06ba0c649ec Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Tue, 17 Dec 2024 15:46:28 +0300 Subject: [PATCH 3/4] add spacing after link --- services/registration/terms | 2 +- services/registration/terms_swa | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/registration/terms b/services/registration/terms index 2081d41..8af5b06 100644 --- a/services/registration/terms +++ b/services/registration/terms @@ -1,2 +1,2 @@ Do you agree to terms and conditions? -https://grassecon.org/pages/terms-and-conditions \ No newline at end of file +https://grassecon.org/pages/terms-and-conditions diff --git a/services/registration/terms_swa b/services/registration/terms_swa index cd6f945..5678186 100644 --- a/services/registration/terms_swa +++ b/services/registration/terms_swa @@ -1,2 +1,2 @@ Kwa kutumia hii huduma umekubali sheria na masharti? -https://grassecon.org/pages/terms-and-conditions \ No newline at end of file +https://grassecon.org/pages/terms-and-conditions -- 2.45.2 From 9b33117cb15957a97667e2efeda1a4f3a9ce89d3 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Tue, 17 Dec 2024 16:02:35 +0300 Subject: [PATCH 4/4] add space on expected content --- menutraversal_test/test_setup.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menutraversal_test/test_setup.json b/menutraversal_test/test_setup.json index caea216..c5860b4 100644 --- a/menutraversal_test/test_setup.json +++ b/menutraversal_test/test_setup.json @@ -11,7 +11,7 @@ }, { "input": "0", - "expectedContent": "Do you agree to terms and conditions?\nhttps://grassecon.org/pages/terms-and-conditions\n0:Yes\n1:No" + "expectedContent": "Do you agree to terms and conditions?\nhttps://grassecon.org/pages/terms-and-conditions\n\n0:Yes\n1:No" }, { "input": "0", @@ -44,7 +44,7 @@ }, { "input": "0", - "expectedContent": "Do you agree to terms and conditions?\nhttps://grassecon.org/pages/terms-and-conditions\n0:Yes\n1:No" + "expectedContent": "Do you agree to terms and conditions?\nhttps://grassecon.org/pages/terms-and-conditions\n\n0:Yes\n1:No" }, { "input": "1", -- 2.45.2