rajatmohan22 commented on issue #59358:
URL: https://github.com/apache/airflow/issues/59358#issuecomment-3705374612

   @vatsrahul1001 hey,
   
   I am still working on it. will submit PR in 2 days.
   
   I am trying to look at the current E2E test patterns.
   To understand the Page Object Model pattern and testing structure, look at 
dags-list.spec.ts and dagsPage.ts.
   Status: Done
   Create a page object named XComsPage.ts.
   Put locators for tables, pagination, filters, buttons to expand and 
collapse, and helper methods into the page object class.
   Status: Done
   The test file should be called xcoms.spec.ts.
   Make test cases that cover things like value expansion, pagination, 
navigation, table rendering, showing XCom details, and filters.
   Run breeze testing ui-e2e-tests --test-pattern "xcoms.spec.ts" to make sure 
that should pass and fix any problems.


-- 
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]

Reply via email to