choo121600 commented on code in PR #63992:
URL: https://github.com/apache/airflow/pull/63992#discussion_r2972988577
##########
airflow-core/src/airflow/ui/tests/e2e/pages/VariablePage.ts:
##########
@@ -65,37 +66,20 @@ export class VariablePage extends BasePage {
public async selectRow(key: string) {
const row = this.rowByKey(key);
- const checkbox = row.locator('[id^="checkbox"][id$=":control"]');
- await checkbox.click();
+ await row.getByRole("checkbox").click();
Review Comment:
There are still some tests failing.
Could you take a look?
--
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]