mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 03:46:52 +00:00
test(playwright): add test for include user option
This commit is contained in:
@@ -93,6 +93,15 @@ export class WebhookFormPage extends BasePage {
|
||||
}
|
||||
}
|
||||
|
||||
async toggleIncludeUser({ save }: { save: boolean }) {
|
||||
await this.get().locator(`.nc-check-box-include-user`).click();
|
||||
|
||||
if (save) {
|
||||
await this.save();
|
||||
await this.close();
|
||||
}
|
||||
}
|
||||
|
||||
async deleteCondition(p: { save: boolean }) {
|
||||
await this.get().locator(`.nc-filter-item-remove-btn`).click();
|
||||
if (p.save) {
|
||||
|
||||
Reference in New Issue
Block a user