test: webhook (wip)

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-10-20 23:10:19 +05:30
committed by Muhammed Mustafa
parent d342a74dc4
commit 063a4e544a
4 changed files with 151 additions and 4 deletions

View File

@@ -20,8 +20,4 @@ export class ToolbarStackbyPage extends BasePage {
.locator(`div[title="${title}"]`)
.click();
}
// click({ title }: { title: string }) {
// return this.get().locator(`[pw-data="nc-fields-menu-${title}"]`).click();
// }
}