From beeced02063f6891113497dd468b4dedf3b1475d 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 16:40:29 +0530
Subject: [PATCH 1/2] Changed classs name for attri=
---
client/src/components/tasks/Tasks.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/src/components/tasks/Tasks.js b/client/src/components/tasks/Tasks.js
index c59ccc2..fde77ff 100644
--- a/client/src/components/tasks/Tasks.js
+++ b/client/src/components/tasks/Tasks.js
@@ -74,7 +74,7 @@ function Tasks({ tasks, users, loading, fetchTasks, fetchAnalytics }) {
{task.title}
{task.priority}
{task.assignedTo && (
-
+
Assigned to: {users.find(u => u.id === task.assignedTo)?.name || 'Unknown'}
)}
From 6713a9f51eeef974af13e790fd194bbbc16102fd 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 @@
-
-
-
+
+
+