From 8d85535ed45060775e0e314f9d41a1da65bd494e Mon Sep 17 00:00:00 2001 From: Chun Ho Wong <77028662+cwong165@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:10:28 -0700 Subject: [PATCH] Wk3 --- TestFolder/Week3Lab1_Filter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TestFolder/Week3Lab1_Filter b/TestFolder/Week3Lab1_Filter index e86608a..d03fc86 100644 --- a/TestFolder/Week3Lab1_Filter +++ b/TestFolder/Week3Lab1_Filter @@ -7,13 +7,13 @@ Filter by category Filter by price 2.1. Input a price that exists in the inventory -2.2. Input a price that no products has +2.2. Input a price that no product has 2.3. Input a price range that includes multiple products from the inventory. Filter by Expiration Date 3.1. Input an expiration range that is in the inventory 3.2. Input an expiration range that is not in the inventory -3.3. Input an expiration range that spans across multiple products in the inventory. +3.3. Input an expiration range that spans multiple products in the inventory. Filter by name alphabetically: 4.1. Input a valid starting letter for the product name that matches products in the inventory.