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
This commit is contained in:
Aniket Katkar 2025-10-02 11:31:28 +05:30 committed by GitHub
parent 3e3c675760
commit 5c7eb2b822
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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