From ab9a2aa06ca15720191fcf476edc917a858377e1 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Tue, 13 Sep 2022 16:44:11 +0530 Subject: [PATCH] test: active menu access using class name Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- .../smartsheet-header/VirtualCell.vue | 2 +- .../smartsheet-toolbar/FieldsMenu.vue | 2 +- .../common/1b_table_column_operations.js | 6 +- .../3a_filter_sort_fields_operations.js | 8 +-- .../integration/common/3b_formula_column.js | 15 +---- .../integration/common/3c_lookup_column.js | 4 +- .../integration/common/3d_rollup_column.js | 2 +- .../integration/common/3e_duration_column.js | 5 +- .../common/3f_link_to_another_record.js | 4 +- .../common/4c_form_view_detailed.js | 2 +- .../common/4d_table_view_grid_locked.js | 2 +- .../integration/common/4f_grid_view_share.js | 2 +- .../common/4f_pg_grid_view_share.js | 2 +- .../integration/common/5b_preview_role.js | 2 +- .../common/6d_language_validation.js | 4 +- .../integration/common/6f_attachments.js | 2 +- .../integration/common/6g_base_share.js | 2 +- .../common/7a_create_project_from_excel.js | 2 +- .../common/7b_import_from_airtable.js | 2 +- .../cypress/integration/common/8a_webhook.js | 8 +-- .../integration/common/9a_QuickTest.js | 12 ++-- .../integration/spec/roleValidation.spec.js | 34 +++++----- scripts/cypress/support/commands.js | 8 +-- .../cypress/support/page_objects/mainPage.js | 66 +++++++++---------- 24 files changed, 92 insertions(+), 106 deletions(-) diff --git a/packages/nc-gui/components/smartsheet-header/VirtualCell.vue b/packages/nc-gui/components/smartsheet-header/VirtualCell.vue index a71454e7da..fc16d5e37e 100644 --- a/packages/nc-gui/components/smartsheet-header/VirtualCell.vue +++ b/packages/nc-gui/components/smartsheet-header/VirtualCell.vue @@ -120,7 +120,7 @@ const tooltipMsg = computed(() => { class="h-full" :trigger="['click']" placement="bottomRight" - overlay-class-name="nc-dropdown" + overlay-class-name="nc-dropdown-edit-column" >
diff --git a/packages/nc-gui/components/smartsheet-toolbar/FieldsMenu.vue b/packages/nc-gui/components/smartsheet-toolbar/FieldsMenu.vue index fa9a959fb0..26a649086f 100644 --- a/packages/nc-gui/components/smartsheet-toolbar/FieldsMenu.vue +++ b/packages/nc-gui/components/smartsheet-toolbar/FieldsMenu.vue @@ -116,7 +116,7 @@ const getIcon = (c: ColumnType) => -