From 00b8aa03fd44512bf81ac210bf8dcc8ddf6cb533 Mon Sep 17 00:00:00 2001 From: Aniket Katkar Date: Tue, 8 Jul 2025 18:51:21 +0530 Subject: [PATCH] Fix the failing playwright for service ingestion (#22218) --- .../ui/playwright/support/entity/ingestion/ServiceBaseClass.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/playwright/support/entity/ingestion/ServiceBaseClass.ts b/openmetadata-ui/src/main/resources/ui/playwright/support/entity/ingestion/ServiceBaseClass.ts index 46112d1ccaf..fa83cd82a89 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/support/entity/ingestion/ServiceBaseClass.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/support/entity/ingestion/ServiceBaseClass.ts @@ -277,7 +277,7 @@ class ServiceBaseClass { await expect( page.getByText( - 'Error: Expression has only 4 parts. At least 5 parts are required.' + 'Cron expression must have exactly 5 fields (minute hour day-of-month month day-of-week)' ) ).toBeAttached();