From 5c7eb2b822ef1ef3620ff558fb6caaf74ff25064 Mon Sep 17 00:00:00 2001 From: Aniket Katkar Date: Thu, 2 Oct 2025 11:31:28 +0530 Subject: [PATCH] Chore(UI): Playwright flakiness fix for ServiceIngestion. (#23518) * fix: Enhance response handling in advanced search and improve toast notification message in service deletion * Fix the Advanced Search spec * Revert advanced search changes --- .../src/main/resources/ui/playwright/utils/serviceIngestion.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/playwright/utils/serviceIngestion.ts b/openmetadata-ui/src/main/resources/ui/playwright/utils/serviceIngestion.ts index b7e73ca493d..0a19da3bf12 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/utils/serviceIngestion.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/utils/serviceIngestion.ts @@ -118,7 +118,7 @@ export const deleteService = async ( // Closing the toast notification await toastNotification( page, - /deleted successfully!/, + `"${serviceName}" deleted successfully!`, BIG_ENTITY_DELETE_TIMEOUT ); // Wait for up to 5 minutes for the toast notification to appear