From b0a744e54df9041c5e30498e453b308e109965e6 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Thu, 3 Nov 2022 14:45:12 +0530 Subject: [PATCH] feat(testing): Added todo for unimplemented methods of kanban page objects --- scripts/playwright/pages/Dashboard/Kanban/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/playwright/pages/Dashboard/Kanban/index.ts b/scripts/playwright/pages/Dashboard/Kanban/index.ts index 5632ea584a..2f1edf0ea3 100644 --- a/scripts/playwright/pages/Dashboard/Kanban/index.ts +++ b/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);