From bede652f8f2bf5344492db6652852812db79668e Mon Sep 17 00:00:00 2001
From: "Someshwar, Rudra (PG/T - Comp Sci & Elec Eng)" <rs01922@surrey.ac.uk>
Date: Tue, 9 May 2023 07:55:40 +0000
Subject: [PATCH] added testing instructions

---
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 879684d5..41bee5e4 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,13 @@ Starts the following containers in order:
 - front-end
 
 ## Test the app
-Login details for test user<br />
+1. Before you login, you will be shown a page with limited view.
+2. Click on the Login button and then click 'Register'
+3. You may use these dummy details to sign up as a test user:<br />
 username: tester<br />
+email: test@test.com<br />
 password: Water123<br />
+4. Login with the same details to test the app - you will see more of the app functionality now
+5. You may now register some more dummy users per steps 2 and 3 to test the following functionality. Also rate some songs while you're logged in as different users.
+6. After logging in as 'tester', the feed will generate with the most recent ratings of the users you follow. You may also search for, and view their profiles.
 
-After logging in, the feed will generate with the most recent ratings of the followers you follow.
\ No newline at end of file
-- 
GitLab