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();