From 53b5fa13b32ae39310bd21b6556569bdd25b4053 Mon Sep 17 00:00:00 2001 From: Shreyas Dhoke <“shreyas.d@browserstack.com git config --global user.name “Shreyas> Date: Fri, 8 Aug 2025 17:33:42 +0530 Subject: [PATCH 1/2] Remove alert popup --- client/src/components/users/Users.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/users/Users.js b/client/src/components/users/Users.js index a9a81ef..6d6826d 100644 --- a/client/src/components/users/Users.js +++ b/client/src/components/users/Users.js @@ -23,7 +23,6 @@ function Users({ users, loading, fetchUsers, fetchAnalytics }) { }; const handleDeleteUser = async (userId) => { - if (!window.confirm('Are you sure you want to delete this user?')) return; try { await API.users.delete(userId); From 393b8773ce958a84e87a038fc72a1943e9e484b6 Mon Sep 17 00:00:00 2001 From: dheerajbstack Date: Fri, 29 Aug 2025 18:34:35 +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 @@ - - - + + +