Improve Playwright test patterns in dag-grid-view.spec.ts #63411#63415
Conversation
choo121600
left a comment
There was a problem hiding this comment.
It looks like the CI is failing.
Could you take a look?
|
@haseebmalik18 This PR has been converted to draft because it does not yet meet our Pull Request quality criteria. Issues found:
What to do next:
Converting a PR to draft is not a rejection — it is an invitation to bring the PR up to the project's standards so that maintainer review time is spent productively. If you have questions, feel free to ask on the Airflow Slack. Note: This comment was drafted by an AI-assisted triage tool and may contain mistakes. Once you have addressed the points above, an Apache Airflow maintainer — a real person — will take the next look at your PR. We use this two-stage triage process so that our maintainers' limited time is spent where it matters most: the conversation with you. |
6921ab4 to
bbf6152
Compare
choo121600
left a comment
There was a problem hiding this comment.
Overall looks good to me :)
just one nit.
e0b5d43 to
a990abd
Compare
524ce34 to
edfca50
Compare
|
@choo121600 made the changes |
choo121600
left a comment
There was a problem hiding this comment.
Overall looks good to me thanks ;)
Improve Playwright test patterns in
dag-grid-view.spec.tsandGridPage.tsto align with Playwright best practices.page.evaluate()withtoHaveCSS()web-first assertiona[href*="/tasks/"]selector with[data-node-id]data attributegetByRole("tooltip")not.toHaveCount(0)web-first assertionssetTimeoutto describe-levelcloses: #63411