mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-24 00:13:44 +00:00
Fix the failing playwright for service ingestion (#22218)
This commit is contained in:
parent
7a6bace101
commit
00b8aa03fd
@ -277,7 +277,7 @@ class ServiceBaseClass {
|
|||||||
|
|
||||||
await expect(
|
await expect(
|
||||||
page.getByText(
|
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();
|
).toBeAttached();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user