From bca5adecc98e5b32ca468ebd704c2233767e3592 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 27 Apr 2024 14:59:23 -0600 Subject: [PATCH] add tweaks to testing instructions --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8e0c04b..bd5300b 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ To add an icon, add to main.ts and reference with `fa` element and `icon` attrib ### Manual walk-through test -- If there were any DB changes, check that you're on the old version and reload the page and ensure you can still act. -- Use a mobile user as well as a desktop user. - Backup seed & data & get a CSV dump from Endorser Mobile. +- If there were any DB changes, check that you're on the old version and reload the page and ensure you can still act and haven't lost data (ie. contacts, identities). +- Use a mobile user as well as a desktop user. - Check that the version is updated. - Clear the browser data & add identity & import Time Safari contacts and then CSV contacts. - Make sure that it's using the test API (under Identity in 'Advanced'). @@ -109,15 +109,17 @@ To add an icon, add to main.ts and reference with `fa` element and `icon` attrib - Copy the contact URL. - On each page, verify the messaging, and that they cannot take action. - On the discovery page, check that they can see projects, and set a search area to see projects nearby. - - On the contacts page, check that they can add User #0 even without their own ID. -- As User #0 in another browser on the test API, add a give & a project. - - `rigid shrug mobile smart veteran half all pond toilet brave review universe ship congress found yard skate elite apology jar uniform subway slender luggage` - - With the new user on the home page, see the feed that shows User #0 in network but without the name. -- As the new user on the contacts page, add User #0 as a contact. - - On the home page, see the feed that shows User #0 with a name. + - On the contacts page, check that they can add a contact even without their own ID. +- As User 0 in another browser on the test API, add a give & a project. + - Note that some combinations of desktop with mobile emulation stretch the image. + - Import User 0 with seed: `rigid shrug mobile smart veteran half all pond toilet brave review universe ship congress found yard skate elite apology jar uniform subway slender luggage` + - With the new user on the home page, see the feed that shows User 0 in network but without the name. +- As the new user, import contacts & identifiers. +- As the new user on the contacts page, add User 0 as a contact. + - On the home page, see the feed that shows User 0 with a name. - Switch back to the generated identifier. - On the account page, check that they see messages on limits. -- As User #0, register the ID. +- As User 0, register the ID. - As the new user on the home page, check that they can now record a gift, and record an offer & delivery. - On the contacts page, check that they cannot register someone else yet. - Walk through the functions on each page.