Browse Source

test: fix grid, gallery

pull/6360/head
DarkPhoenix2704 11 months ago
parent
commit
49d55736b8
  1. 2
      tests/playwright/pages/Dashboard/Grid/Column/LTAR/ChildList.ts

2
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' });
}

Loading…
Cancel
Save