From bb3910efc44c39f8cb8321cf75ed55f259d43448 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:23:01 +0530 Subject: [PATCH] test: bulk update (draft) Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- packages/nc-gui/components/dlg/BulkUpdate.vue | 3 +- .../pages/Dashboard/BulkUpdate/index.ts | 143 ++++++++++++++++++ .../playwright/pages/Dashboard/Grid/index.ts | 13 ++ tests/playwright/pages/Dashboard/index.ts | 3 + tests/playwright/tests/db/bulkUpdate.spec.ts | 76 ++++++++++ 5 files changed, 237 insertions(+), 1 deletion(-) create mode 100644 tests/playwright/pages/Dashboard/BulkUpdate/index.ts create mode 100644 tests/playwright/tests/db/bulkUpdate.spec.ts diff --git a/packages/nc-gui/components/dlg/BulkUpdate.vue b/packages/nc-gui/components/dlg/BulkUpdate.vue index fb19da504f..25e9542267 100644 --- a/packages/nc-gui/components/dlg/BulkUpdate.vue +++ b/packages/nc-gui/components/dlg/BulkUpdate.vue @@ -187,7 +187,7 @@ onMounted(() => { class="nc-drawer-bulk-update" :class="{ active: isExpanded }" > -