Eason09053360 commented on PR #61057: URL: https://github.com/apache/airflow/pull/61057#issuecomment-3799506454
Thanks for reviewing !You're absolutely right. I've updated the tests to follow the established patterns from `dags-list.spec.ts`: Changes : - Consolidated two pagination tests into one comprehensive test - Using predefined `paginationNextButton`/`paginationPrevButton` locators instead of creating temporary ones - Removed redundant `toBeEnabled()` checks The test now explicitly fails if pagination isn't available, rather than silently passing. -- 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]
