choo121600 commented on code in PR #59616:
URL: https://github.com/apache/airflow/pull/59616#discussion_r2633463572


##########
airflow-core/src/airflow/ui/tests/e2e/specs/dags-list.spec.ts:
##########
@@ -98,3 +98,27 @@ test.describe("Dag Trigger Workflow", () => {
     }
   });
 });
+
+/*
+  DAG verify details tab E2E test
+*/

Review Comment:
   ```suggestion
   /*
     Dag verify details tab E2E test
   */
   ```



##########
airflow-core/src/airflow/ui/tests/e2e/pages/DagsPage.ts:
##########
@@ -113,6 +113,43 @@ export class DagsPage extends BasePage {
     return dagRunId;
   }
 
+  /**
+   * Navigate to details tab and verify DAG details are displayed correctly
+   */

Review Comment:
   ```suggestion
     /**
      * Navigate to details tab and verify Dag details are displayed correctly
      */
   ```



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