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