diff --git a/tests/playwright/pages/Dashboard/Grid/Column/LTAR/ChildList.ts b/tests/playwright/pages/Dashboard/Grid/Column/LTAR/ChildList.ts index 80358ed554..012de5a532 100644 --- a/tests/playwright/pages/Dashboard/Grid/Column/LTAR/ChildList.ts +++ b/tests/playwright/pages/Dashboard/Grid/Column/LTAR/ChildList.ts @@ -54,7 +54,7 @@ export class ChildList extends BasePage { } async close() { - await this.get().locator(`.ant-modal-close-x`).click(); + await this.get().locator(`.nc-close-btn`).click(); await this.get().waitFor({ state: 'hidden' }); }