From 8d7fbf5a470edb50419d17387662811db445f2dd Mon Sep 17 00:00:00 2001 From: Mathias Jakobsen Date: Thu, 18 Jan 2024 11:39:37 +0000 Subject: [PATCH] Merge pull request #16522 from overleaf/mj-table-generator-cypress-tests [web] Add cypress tests for table generator GitOrigin-RevId: c77454763cfc83e4869e75ba247369e6255a0553 --- .../web/frontend/extracted-translations.json | 1 + .../toolbar/column-width-modal/modal.tsx | 6 +- .../frontend/js/shared/components/select.tsx | 10 +- services/web/locales/en.json | 1 + ...codemirror-editor-table-generator.spec.tsx | 120 ++++++++++++++++++ 5 files changed, 135 insertions(+), 3 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index bd306c8afd..bfec3a2031 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -643,6 +643,7 @@ "leave_now": "", "leave_projects": "", "left": "", + "length_unit": "", "let_us_know": "", "library": "", "license_for_educational_purposes": "", diff --git a/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/column-width-modal/modal.tsx b/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/column-width-modal/modal.tsx index d5101e7b22..bbed2fefe4 100644 --- a/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/column-width-modal/modal.tsx +++ b/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/column-width-modal/modal.tsx @@ -151,7 +151,11 @@ const ColumnWidthModalBody = () => {