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


##########
airflow-core/src/airflow/ui/tests/e2e/pages/GridPage.ts:
##########
@@ -22,13 +22,13 @@ import { BasePage } from "tests/e2e/pages/BasePage";
 export class GridPage extends BasePage {
   public readonly gridCells: Locator;
   public readonly gridViewButton: Locator;
-  public readonly taskNameLinks: Locator;
+  public readonly taskNameRows: Locator;
 
   public constructor(page: Page) {
     super(page);
     this.gridViewButton = page.getByTestId("grid-view-button");
     this.gridCells = page.locator('a[id^="grid-"]');

Review Comment:
   It looks like there are still some css selector usages. Could we replace 
them with a `getByTestId` approach instead?



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