Browse Source

feat(testing): Added todo for unimplemented methods of kanban page objects

pull/3848/head
Muhammed Mustafa 2 years ago
parent
commit
b0a744e54d
  1. 2
      scripts/playwright/pages/Dashboard/Kanban/index.ts

2
scripts/playwright/pages/Dashboard/Kanban/index.ts

@ -26,8 +26,10 @@ export class KanbanPage extends BasePage {
await (await this.rootPage.locator('.ant-drawer-body').elementHandle())?.waitForElementState('stable');
}
// todo: Implement
async addOption() {}
// todo: Implement
async dragDropCard(param: { from: string; to: string }) {
// const { from, to } = param;
// const srcStack = await this.get().locator(`.nc-kanban-stack`).nth(1);

Loading…
Cancel
Save