mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 13:36:32 +00:00
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:
parent
3e3c675760
commit
5c7eb2b822
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user