Minor : fix activity feed playwright failure (#20842)

* fix activity feed failure

* minor fix
This commit is contained in:
Shrushti Polekar 2025-04-15 22:42:21 +05:30 committed by GitHub
parent 27cf2e0354
commit 3a67501e4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -675,6 +675,7 @@ base.describe('Activity feed with Data Consumer User', () => {
await commentWithCloseTask;
await toastNotification(page1, 'Task closed successfully.');
await page1.waitForLoadState('networkidle');
await checkTaskCountInActivityFeed(page1, 1, 1);
await afterActionUser1();
@ -710,6 +711,7 @@ base.describe('Activity feed with Data Consumer User', () => {
await tagsTask.click();
await entityPageTaskTab;
await page2.waitForLoadState('networkidle');
// Count for task should be 1 both open and closed
checkTaskCountInActivityFeed(page2, 1, 1);