mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-23 00:18:06 +00:00
Minor : fix activity feed playwright failure (#20842)
* fix activity feed failure * minor fix
This commit is contained in:
parent
27cf2e0354
commit
3a67501e4c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user