From 3a01c441fbad0dcb46ea5bbda4fd75ce29c03f55 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Thu, 27 Oct 2022 14:50:08 +0530 Subject: [PATCH] feat(testing): Stabalized airtable import and minor cleanups --- packages/nc-gui/pages/index/index/index.vue | 6 ++- scripts/playwright/constants/index.ts | 4 ++ .../playwright/pages/Dashboard/Grid/index.ts | 38 ++++++++++++------- scripts/playwright/pages/Dashboard/index.ts | 3 ++ .../playwright/pages/ProjectsPage/index.ts | 29 +++++++++++--- scripts/playwright/playwright.config.ts | 3 -- scripts/playwright/quickTests/commonTest.ts | 2 +- scripts/playwright/tests/import.spec.ts | 8 ++-- 8 files changed, 64 insertions(+), 29 deletions(-) create mode 100644 scripts/playwright/constants/index.ts diff --git a/packages/nc-gui/pages/index/index/index.vue b/packages/nc-gui/pages/index/index/index.vue index 1695b9892d..4115a7e9a5 100644 --- a/packages/nc-gui/pages/index/index/index.vue +++ b/packages/nc-gui/pages/index/index/index.vue @@ -142,7 +142,10 @@ const copyProjectMeta = async () => {