From 4dbfa5c12d5131b5de1b1933fb3c90cbb39d8391 Mon Sep 17 00:00:00 2001 From: Shreyas Dhoke <“shreyas.d@browserstack.com git config --global user.name “Shreyas> Date: Mon, 11 Aug 2025 08:42:04 +0530 Subject: [PATCH 1/2] removed search functionality --- client/src/components/search/Search.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/client/src/components/search/Search.js b/client/src/components/search/Search.js index 8b4fc7a..23a166a 100644 --- a/client/src/components/search/Search.js +++ b/client/src/components/search/Search.js @@ -55,21 +55,6 @@ function Search({ loading, setLoading }) { )} - {searchResults.results.products && searchResults.results.products.length > 0 && ( -
-

Products ({searchResults.results.products.length})

-
- {searchResults.results.products.map(product => ( -
-
{product.name}
-

${product.price} - {product.category}

-

Stock: {product.stock}

-
- ))} -
-
- )} - {searchResults.results.tasks && searchResults.results.tasks.length > 0 && (

Tasks ({searchResults.results.tasks.length})

From fcc3987fcba6954a1a6f96e759efbbc8fdb0257e Mon Sep 17 00:00:00 2001 From: dheerajbstack Date: Fri, 29 Aug 2025 18:34:37 +0530 Subject: [PATCH 2/2] Update browserstack-test.xml to match third_branch format --- testng-automation/src/test/resources/browserstack-test.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testng-automation/src/test/resources/browserstack-test.xml b/testng-automation/src/test/resources/browserstack-test.xml index 8d54700..141ad90 100644 --- a/testng-automation/src/test/resources/browserstack-test.xml +++ b/testng-automation/src/test/resources/browserstack-test.xml @@ -15,9 +15,9 @@ - - - + + +