From f8d852f9d2acb6d10bad56afafd61a2cb85fe3ff Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Sat, 22 Oct 2022 21:12:54 +0530 Subject: [PATCH] feat(testing): Added quicktest(not complete) --- .../nc-gui/components/smartsheet/Form.vue | 2 +- packages/nc-gui/pages/signin.vue | 9 +- .../playwright/pages/Dashboard/Form/index.ts | 18 ++- .../Dashboard/common/Cell/CheckboxCell.ts | 32 +++++ .../pages/Dashboard/common/Cell/RatingCell.ts | 21 +++ .../pages/Dashboard/common/Cell/index.ts | 12 +- scripts/playwright/pages/LoginPage/index.ts | 33 +++++ .../playwright/pages/ProjectsPage/index.ts | 44 ++++++ .../playwright/quickTests/quickTests.spec.ts | 136 ++++++++++++++++++ 9 files changed, 301 insertions(+), 6 deletions(-) create mode 100644 scripts/playwright/pages/Dashboard/common/Cell/CheckboxCell.ts create mode 100644 scripts/playwright/pages/Dashboard/common/Cell/RatingCell.ts create mode 100644 scripts/playwright/pages/LoginPage/index.ts create mode 100644 scripts/playwright/pages/ProjectsPage/index.ts create mode 100644 scripts/playwright/quickTests/quickTests.spec.ts diff --git a/packages/nc-gui/components/smartsheet/Form.vue b/packages/nc-gui/components/smartsheet/Form.vue index bc193c0832..b510004333 100644 --- a/packages/nc-gui/components/smartsheet/Form.vue +++ b/packages/nc-gui/components/smartsheet/Form.vue @@ -702,7 +702,7 @@ watch(view, (nextView) => { /> -
{{ element.description }}
+
{{ element.description }}
diff --git a/packages/nc-gui/pages/signin.vue b/packages/nc-gui/pages/signin.vue index e20f5f9075..4ae9e7c28d 100644 --- a/packages/nc-gui/pages/signin.vue +++ b/packages/nc-gui/pages/signin.vue @@ -88,6 +88,7 @@ function resetError() {
-