linxi507 commented on PR #63951:
URL: https://github.com/apache/airflow/pull/63951#issuecomment-4114629186
Thank you so much for the reply! I checked the failing WebKit UI e2e job.
The failure appears to be in `variable.spec.ts`, but not in the updated
assertion. The failing line is in `beforeAll`:
`await expect(page.locator('[data-part="backdrop"]')).toHaveCount(0);`
The error is:
`Expected: 0, Received: 1`
So it looks like the dialog backdrop did not disappear in time in WebKit,
before the changed assertion is even reached.
This seems unrelated to the `response.ok()` -> `toBeOK()` change. Would a
rerun be appropriate here, or would you prefer I investigate a stabilization
fix for this test?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]