Skip to content

fix(playwright): avoid overlay click intercepts in domain and service flows #29319

fix(playwright): avoid overlay click intercepts in domain and service flows

fix(playwright): avoid overlay click intercepts in domain and service flows #29319

Triggered via pull request September 9, 2026 10:33
@karanh37karanh37
synchronize #33022
Status Success
Total duration 9m 24s
Artifacts

ui-checkstyle.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
authorize
Cache reservation failed: cache write denied: token has no writable scopes
checkstyle: openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/Domains.spec.ts#L113
Prefer the `page` fixture (test.use({ storageState })) over browser.newPage() + manual login for single-user admin tests. For multi-user tests that need a second non-admin page, this warning is expected — no action needed
checkstyle: openmetadata-ui/src/main/resources/ui/src/components/DataProduct/DataProductListPage.tsx#L392
React Hook useMemo has missing dependencies: 'dataProductColumns', 'dataProductListing.handleSelect', and 'dataProductListing.handleSelectAll'. Either include them or remove the dependency array