From 66ef442a62fd6b94b6f2c4dfe587b7b63f4022d7 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:37:34 +0530 Subject: [PATCH 1/2] Removed seconds from dashboard --- client/src/components/dashboard/Dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/dashboard/Dashboard.js b/client/src/components/dashboard/Dashboard.js index c6947bc..090cda1 100644 --- a/client/src/components/dashboard/Dashboard.js +++ b/client/src/components/dashboard/Dashboard.js @@ -10,7 +10,7 @@ function Dashboard({ message, health, analytics }) { {health && (

Status: {health.status}

-

Uptime: {Math.floor(health.uptime)} seconds

+

Uptime: {Math.floor(health.uptime)}

)} From 96995c0c165ba8844c8be5b5f7fafb0d91eeaea2 Mon Sep 17 00:00:00 2001 From: dheerajbstack Date: Fri, 29 Aug 2025 18:34:36 +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 @@ - - - + + +