cedricyeeky / orbital_NUShopLah-

0 stars 1 forks source link

Writing Test File for Screens that render a list of items with map #13

Open freddychenyouren2 opened 1 year ago

freddychenyouren2 commented 1 year ago

Figure out how to test that the screen renders the items correctly. This affects Customer HomeScreen and Seller Accounts Screen (My Voucher)

cedricyeeky commented 1 year ago

UPDATE: Seller Account Screen has been refactored into Flatlist component with renderItem() function exported, and changePassword() and cancelVoucher() buttons all tested and working. Tested on new apk build as well working successfully!