From 2e4278476fb5503f59bf85c77a6127ed704d9d43 Mon Sep 17 00:00:00 2001 From: Fares Alashkar <40566204+Exortix@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:43:11 +0300 Subject: [PATCH] fix(shop): resolve ad typo in audit Ad is a noun short for adjective, but "add" was being used instead of it. --- subjects/shop/audit/README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/subjects/shop/audit/README.md b/subjects/shop/audit/README.md index 6926f548..edcddc73 100644 --- a/subjects/shop/audit/README.md +++ b/subjects/shop/audit/README.md @@ -10,29 +10,29 @@ ###### Is it impossible to edit and delete products that were not created by your user? -##### Try to sell a product by creating an add with the user created. +##### Try to sell a product by creating an ad with the user created. -###### Is it possible to create adds and sell a product using your user? +###### Is it possible to create ads and sell a product using your user? -##### Navigate to the homepage and try to edit the add that you have created. +##### Navigate to the homepage and try to edit the ad that you have created. -###### Is it possible for you to edit your own add? +###### Is it possible for you to edit your own ad? -##### Try to create another new user, login and create at least two new adds. +##### Try to create another new user, login and create at least two new ads. -###### Can you confirm that the new user and the adds were created? +###### Can you confirm that the new user and the ads were created? -##### Login in with the first user and check if the adds created by the second user are there. +##### Login in with the first user and check if the ads created by the second user are there. -###### Can you confirm that the adds created by the second user are present? +###### Can you confirm that the ads created by the second user are present? -##### Navigate to the homepage with a user of your choice and try to delete an add that you have created. +##### Navigate to the homepage with a user of your choice and try to delete an ad that you have created. -###### Is it possible for you to delete your own add? +###### Is it possible for you to delete your own ad? ##### Navigate to the homepage with any user and try to check who is selling each product. -###### Is it possible for you to see who is selling the products without opening the add? +###### Is it possible for you to see who is selling the products without opening the ad? ##### Navigate to the homepage and try to find the cart icon. @@ -84,7 +84,7 @@ ###### +Can you confirm that the student created or added something new like a new brand or the category field? -###### +Can you add a product to the cart without opening the add? +###### +Can you add a product to the cart without opening the ad? ###### +If you add four products to the cart from the same seller, can you remove just one from the cart and keep the other three?