Fix the failing playwright for service ingestion (#22218)

This commit is contained in:
Aniket Katkar 2025-07-08 18:51:21 +05:30 committed by GitHub
parent 7a6bace101
commit 00b8aa03fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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