From cf1e812e4b9d9b007a6ab4260cb109f9b2fece16 Mon Sep 17 00:00:00 2001 From: Shubhanjay Varma Date: Tue, 16 May 2023 20:13:19 +0530 Subject: [PATCH] TP-00000 | added toastMock (#59) --- app/src/main/res/raw/mock.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/src/main/res/raw/mock.json b/app/src/main/res/raw/mock.json index b1ed7b2..1abda1d 100644 --- a/app/src/main/res/raw/mock.json +++ b/app/src/main/res/raw/mock.json @@ -7378,5 +7378,19 @@ "selectedRawValue": "24" } } + }, + "toastMock": { + "parentComposeView": [ + { + "property": { + "viewType": "Toast", + "width": "WRAP_CONTENT", + "height": "WRAP_CONTENT", + "message": "Please select different Loan amount", + "duration": "LENGTH_LONG", + "visible": true + } + } + ] } } \ No newline at end of file