stable

Clone or download

Read-only

Bulk edit Jest test assertions

part of request #26370 Use specialized expectations in Jest unit tests No functional change. Jest unit tests should still pass $ pnpm run test All files except .eslintrc.js have been edited by an automatic command. Change-Id: I3739f4ef03da7c7ee20e2cfe68d404a77f7db324

Modified Files

Name
M .eslintrc.js +10 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.test.js +12 −12 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/column-collection-service.test.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/dropped-service.test.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/edit-kanban/edit-kanban-controller.test.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/filter-tracker-report/filter-tracker-report-controller.test.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/filter-tracker-report/filter-tracker-report-service.test.js +20 −20 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/in-properties-filter/in-properties-filter.test.js +34 −34 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-column/kanban-column-highlighter.test.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-column/kanban-column-service.test.js +12 −12 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-service.test.js +6 −6 Go to diff View file
M plugins/agiledashboard/scripts/lib/card-fields/src/highlight-filter.test.js +7 −7 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-rest/backlog-item-factory.test.ts +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-rest/backlog-item-service.test.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-controller.test.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.test.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-rest/backlog-service.test.js +5 −5 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.test.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/drop/dropped-service.test.js +2 −4 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/milestone-rest/milestone-service.test.js +5 −5 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view-component.test.js +5 −7 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/project/project-service.test.js +3 −5 Go to diff View file
M plugins/agiledashboard/scripts/shared/error-message-helper.test.ts +4 −4 Go to diff View file
M plugins/baseline/scripts/baseline/components/App.test.js +1 −1 Go to diff View file
M plugins/baseline/scripts/baseline/components/baseline-content/ArtifactsList.test.js +1 −1 Go to diff View file
M plugins/baseline/scripts/baseline/components/baselines-list/BaselinesList.test.js +1 −1 Go to diff View file
M plugins/baseline/scripts/baseline/components/common/CollapsableContent.test.js +3 −3 Go to diff View file
M plugins/baseline/scripts/baseline/components/common/DeleteConfirmationModal.test.js +1 −1 Go to diff View file
M plugins/baseline/scripts/baseline/components/common/HumanizedDate.test.js +2 −2 Go to diff View file
M plugins/baseline/scripts/baseline/components/common/SemanticFieldLabel.test.js +2 −2 Go to diff View file
M plugins/baseline/scripts/baseline/components/comparison/NewComparisonModal.test.js +3 −3 Go to diff View file
M plugins/baseline/scripts/baseline/components/comparison/content/FieldComparison.test.js +4 −4 Go to diff View file
M plugins/baseline/scripts/baseline/components/new-baseline/MilestonesSelect.test.js +1 −1 Go to diff View file
M plugins/baseline/scripts/baseline/components/new-baseline/NewBaselineModal.test.js +4 −4 Go to diff View file
M plugins/baseline/scripts/baseline/store/current_comparison/index.test.js +5 −5 Go to diff View file
M plugins/baseline/scripts/baseline/store/global.test.js +1 −1 Go to diff View file
M plugins/baseline/scripts/baseline/store/semantics.test.js +1 −3 Go to diff View file
M plugins/baseline/scripts/baseline/support/array-utils.test.js +1 −1 Go to diff View file
M plugins/baseline/scripts/baseline/support/date-utils.test.js +4 −6 Go to diff View file
M plugins/baseline/scripts/baseline/support/rest-utils.test.js +3 −3 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.test.ts +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/store/getters.test.ts +4 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/store/mutations.test.ts +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/api/rest-querier.test.ts +2 −2 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/TableBodyResultRow.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/Delete/DeleteAssociatedWikiPageCheckbox.test.ts +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalArchiveSizeWarning.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewFolderModal.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemModal.test.js +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/ObsolescenceDatePropertyForCreate.test.js +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyListMultipleValue.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyListSingleValue.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyString.test.ts +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyText.test.ts +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderDefaultPropertiesForUpdate.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/ObsolescenceDatePropertyForUpdate.test.js +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdateFolderPropertiesModal.test.js +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.test.js +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsSelector.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentAdditionalProperties.test.js +3 −3 Go to diff View file
M plugins/document/scripts/document/helpers/clipboard/clipboard-helpers.test.ts +4 −4 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/check-item-title.test.ts +10 −16 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/creation-data-transformatter-helper.test.ts +2 −2 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/hardcoded-metadata-mapping-helper.test.ts +4 −4 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/update-data-transformatter-helper.test.ts +3 −3 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/value-transformer/date-property-helper.test.ts +2 −2 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/value-transformer/list-value-helper.test.ts +3 −3 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/value-transformer/status-property-helper.test.ts +2 −2 Go to diff View file
M plugins/document/scripts/document/keyboard-navigation/get-target-row.test.ts +5 −5 Go to diff View file
M plugins/document/scripts/document/store/actions.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/clipboard/clipboard-mutations.test.ts +3 −3 Go to diff View file
M plugins/document/scripts/document/store/error/error-getters.test.ts +15 −15 Go to diff View file
M plugins/document/scripts/document/store/error/error-mutations.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/store/getters.test.ts +2 −2 Go to diff View file
M plugins/document/scripts/document/store/item-mutations.test.ts +5 −5 Go to diff View file
M plugins/document/scripts/document/store/mutations-global.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/store/store-persistence/storage.test.ts +1 −1 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/Artifact/artifacts-retriever.test.ts +1 −1 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/Memoize/memoize.test.ts +5 −5 Go to diff View file
M plugins/document_generation/scripts/lib/xlsx/src/report-cells.test.ts +1 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/Main.test.ts +1 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.test.ts +1 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.test.ts +1 −1 Go to diff View file
M plugins/embed/scripts/selectors.test.ts +3 −3 Go to diff View file
M plugins/forumml/scripts/new-thread/src/components/App.test.ts +4 −4 Go to diff View file
M plugins/frs/scripts/release-notes/src/file-download/custom-license-modal/custom-license-modal-controller.test.js +2 −2 Go to diff View file
M plugins/frs/scripts/release-notes/src/file-download/license-modal/license-modal-controller.test.js +3 −3 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/linked-artifacts/linked-artifacts-controller.test.js +1 −1 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/release-controller.test.js +1 −1 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/release-rest-service.test.js +1 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissions.test.ts +1 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissionsTable.test.ts +3 −3 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermissionsRepository.test.ts +4 −4 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitRepository.test.ts +5 −5 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/ArtifactClosureModal/ArtifactClosureModal.test.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/CreateBranchPrefix/CreateBranchPrefixModal.test.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/CredentialsFormModal.test.ts +5 −5 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/ListRepositoriesModal.test.ts +5 −5 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/EditAccessTokenGitlabModal/AccessTokenFormModal.test.ts +7 −7 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/EditAccessTokenGitlabModal/ConfirmReplaceTokenModal.test.ts +2 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/EditAccessTokenGitlabModal/EditAccessTokenGitlabModal.test.ts +7 −7 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/RegenerateGitlabWebhookModal/RegenerateGitlabWebhook.test.ts +3 −3 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/UnlinkGitlabRepositoryModal/UnlinkRepositoryGitlabModal.test.ts +2 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/folders/CollapsibleFolder.test.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-credentials-helper.test.ts +4 −4 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-error-handler.test.ts +4 −4 Go to diff View file
M plugins/git/scripts/repositories/src/store/getters.test.ts +20 −20 Go to diff View file
M plugins/git/scripts/repositories/src/store/mutations.test.ts +1 −3 Go to diff View file
M plugins/git/scripts/repositories/src/support/filter.test.ts +1 −1 Go to diff View file
M plugins/label/scripts/project-labeled-items/src/LabeledItemsList.test.js +5 −5 Go to diff View file
M plugins/label/scripts/project-labeled-items/src/rest-querier.test.js +6 −6 Go to diff View file
M plugins/oauth2_server/scripts/src/replacers.test.ts +1 −1 Go to diff View file
M plugins/program_management/scripts/admin/src/dom/ReactiveLabel.test.ts +3 −3 Go to diff View file
M plugins/program_management/scripts/admin/src/dom/ReactiveLabelCollection.test.ts +6 −6 Go to diff View file
M plugins/program_management/scripts/admin/src/dom/TimeboxLabel.test.ts +1 −1 Go to diff View file
M plugins/program_management/scripts/admin/src/helper/form-field-error-helper.test.ts +1 −1 Go to diff View file
M plugins/program_management/scripts/admin/src/helper/program-configuration-builder.test.ts +10 −10 Go to diff View file
M plugins/program_management/scripts/admin/src/helper/rest-error-helper.test.ts +2 −2 Go to diff View file
M plugins/program_management/scripts/admin/src/milestones/IterationActivator.test.ts +2 −2 Go to diff View file
M plugins/program_management/scripts/admin/src/milestones/PreviewActualizer.test.ts +8 −8 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/App.test.ts +2 −2 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationCard.test.ts +10 −18 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationUserStoryList.test.ts +2 −2 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/PlannedIterationsSection.test.ts +3 −5 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/ToBePlanned/IterationsToBePlannedSection.test.ts +2 −2 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/helpers/accessibility-helper.test.ts +2 −2 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/helpers/create-new-iteration-link-builder.test.ts +2 −2 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementCard.test.ts +5 −5 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementFeatureList.test.ts +1 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementList.test.ts +2 −2 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/drag-drop.test.ts +3 −3 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/error-handler.test.ts +4 −4 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/feature-extractor.test.ts +1 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/store/getters.test.ts +2 −2 Go to diff View file
M plugins/program_management/scripts/program_management/src/store/mutations.test.ts +15 −15 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/api/rest-querier.test.ts +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burndown_chart_builder/burndown-chart-drawer.test.ts +8 −8 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burnup_chart_builder/burnup-chart-drawer.test.ts +3 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-data-service.test.ts +6 −6 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/pie_chart_drawer/pie-chart-drawer.test.ts +6 −6 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/time-scale-label-formatter.test.ts +10 −10 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/App.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesAllSprints.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesOpenSprint.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseButtonsDescription.test.ts +4 −4 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescriptionBadgesTracker.test.ts +3 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDisplayer.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingDays.test.ts +18 −18 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingPoints.test.ts +14 −14 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/chart-helpers.test.ts +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/tracker-label-helper.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/pull-request-collection-rest-service.test.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-comment-placeholder-builder.test.js +5 −5 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-line-grouper.test.js +4 −4 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-line-height-equalizer.test.js +7 −7 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-widget-finder.test.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/reviewers/reviewers-service.test.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/timeline/timeline-service.test.js +6 −12 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/DependencyNatureControl.test.ts +1 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.test.ts +19 −19 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Iteration/IterationsRibbon.test.ts +1 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/GanttTask.test.ts +4 −4 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/task-retriever.test.ts +2 −2 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-month.test.ts +2 −2 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-quarter.test.ts +25 −25 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-week.test.ts +2 −2 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/store/iterations/iterations-mutations.test.ts +4 −4 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/store/root-actions.test.ts +2 −2 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/store/timeperiod/timeperiod-getters.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.test.ts +8 −8 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInitialEffort.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ChildCard.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/CancelSaveButtons.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/EditCardButtons.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ParentCardRemainingEffort.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/ChildrenCell.test.ts +6 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/InvalidMappingSwimlane.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Skeleton/ColumnsSkeleton.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Skeleton/SwimlaneSkeleton.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/SoloSwimlane.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/html-to-item.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/keyboard-drop.test.ts +8 −8 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/progress-bars.test.ts +9 −9 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/keyboard-navigation/get-element-from-direction.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/getters.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.test.ts +3 −3 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/campaign/campaign-service.test.js +2 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-rest-service.test.js +6 −6 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-service.test.js +22 −22 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/automated-tests-filter.test.js +2 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-component.test.js +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-creation-error-modal.test.js +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-drop-zone-controller.test.js +2 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-drop-zone-message.test.js +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail-controller.test.js +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-link-issue-controller.test.js +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-list-filter.test.js +7 −7 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Exporter/DOCX/download-docx.test.ts +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Exporter/DOCX/matrix-compute-requirement-status.test.ts +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/report-creator.test.ts +2 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/traceability-matrix-creator.test.ts +5 −5 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/keyboard-navigation/shortcuts-handles/move-focus.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItem.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/ListOfTestDefinitions.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateCampaignTestSelector.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaigns.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/url-builder.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/cover-milestone-title-builder.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/report-creator.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.test.ts +3 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/campaign-mutations.test.ts +1 −1 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/api/rest-querier.test.js +1 −1 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/store/mutations.test.js +10 −10 Go to diff View file
M plugins/timetracking/scripts/time-formatters.test.js +3 −3 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/store/mutations.test.js +6 −6 Go to diff View file
M plugins/tracker/scripts/artifact/edition/edit-follow-up-comment-helpers.test.ts +11 −13 Go to diff View file
M plugins/tracker/scripts/artifact/rich-text-editor-creator/RichTextEditorsCreator.test.ts +7 −7 Go to diff View file
M plugins/tracker/scripts/lib/artifact-ckeditor-image-upload/src/HelpBlockFactory.test.js +4 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-ckeditor-image-upload/src/Initializer.test.js +4 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-ckeditor-image-upload/src/consistent-uploaded-files-before-submit-checker.test.js +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/cross-references-field/CrossReferencesField.test.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/date-field/DateField.test.ts +7 −7 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field-v2/LinkField.test.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field-v2/LinkedArtifactTemplate.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkPreviewButton.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/common/RichTextEditor.test.ts +9 −9 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/field-dependencies-helper.test.js +3 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/computed-field/computed-field-value-formatter.test.js +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/file-field/file-field-detector.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/file-field/file-field-validator.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/link-field/link-field-controller.test.js +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/link-field/link-field-value-formatter.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/open-list-field/open-list-field-validate-service.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/open-list-field/static-open-list-field-controller.test.js +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/open-list-field/users-open-list-field-controller.test.js +6 −6 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/permission-field/permission-field-value-formatter.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/radio-buttons-field/RadioButtonsField.test.ts +3 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/string-field/StringField.test.ts +3 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/model/field-values-formatter.test.js +4 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/model/form-tree-builder.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/model/tracker-transformer.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/rest/rest-service.test.ts +3 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-service.test.js +8 −8 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/TextEditor.test.ts +3 −3 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaRenderer.test.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/PreviewArea.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/options-defaulter.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/semantics/progress/options-manager.test.ts +3 −5 Go to diff View file
M plugins/tracker/scripts/semantics/timeframe/src/components/TimeframeAdminSubmitButtons.test.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/semantics/timeframe/src/components/TimeframeImpliedFromAnotherTrackerConfig.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOne.test.ts +2 −4 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/StepTwo.test.ts +5 −5 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldChosenTemplate.test.ts +9 −11 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldTrackerTemplateId.test.ts +3 −3 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/helpers/shortname-slugifier.test.ts +7 −7 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/helpers/xml-data-extractor.test.ts +6 −6 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/mutations.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/DateInput.test.js +2 −2 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FloatInput.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/IntInput.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/exception-handler.test.js +3 −3 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-getters.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.test.js +7 −7 Go to diff View file
M src/scripts/account/appearance.test.ts +3 −3 Go to diff View file
M src/scripts/charts-builders/chart-dates-service.test.js +4 −4 Go to diff View file
M src/scripts/lib/angular-tlp/src/tlp-modal-service.test.js +1 −1 Go to diff View file
M src/scripts/lib/ckeditor-image-upload/src/file-upload-handler-factory.test.js +12 −12 Go to diff View file
M src/scripts/lib/date-helper/src/index.test.ts +3 −3 Go to diff View file
M src/scripts/lib/drag-and-drop/src/OngoingDrag.test.ts +2 −2 Go to diff View file
M src/scripts/lib/drag-and-drop/src/event-handler-factory.test.ts +2 −2 Go to diff View file
M src/scripts/lib/filter-table/src/filter-inline-table.test.ts +7 −7 Go to diff View file
M src/scripts/lib/keyboard-shortcuts/src/help-modal/create-shortcuts-group-container/create-shortcuts-group-table.test.ts +1 −1 Go to diff View file
M src/scripts/lib/keyboard-shortcuts/src/help-modal/remove-from-modal.test.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/dropdown/DropdownManager.test.ts +8 −8 Go to diff View file
M src/scripts/lib/list-picker/src/events/EventManager.test.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/events/ScrollingManager.test.ts +3 −3 Go to diff View file
M src/scripts/lib/list-picker/src/helpers/hide-selectbox-helper.test.ts +2 −2 Go to diff View file
M src/scripts/lib/list-picker/src/helpers/option-label-helper.test.ts +2 −2 Go to diff View file
M src/scripts/lib/list-picker/src/helpers/templates/list-picker-element-badge-creator.test.ts +4 −4 Go to diff View file
M src/scripts/lib/list-picker/src/items/ItemsMapManager.test.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/items/ListItemMapBuilder.test.ts +2 −2 Go to diff View file
M src/scripts/lib/list-picker/src/navigation/KeyboardNavigationManager.test.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/renderers/BaseComponentRenderer.test.ts +10 −14 Go to diff View file
M src/scripts/lib/list-picker/src/renderers/DropdownContentRenderer.test.ts +8 −8 Go to diff View file
M src/scripts/lib/list-picker/src/selection/MultipleSelectionManager.test.ts +5 −5 Go to diff View file
M src/scripts/lib/list-picker/src/selection/SingleSelectionManager.test.ts +16 −16 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/Header/LinkedProjects.test.ts +1 −1 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/Header/ProjectFlags.test.ts +1 −1 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/ProjectSidebar.test.ts +1 −1 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/SidebarLogo.test.ts +4 −4 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/Tools/Tool.test.ts +4 −4 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/configuration.test.ts +2 −2 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/load-custom-element.test.ts +2 −2 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/shortcuts.test.ts +3 −3 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/url-sanitizer.test.ts +1 −1 Go to diff View file
M src/scripts/lib/project-sidebar/src/main.test.ts +2 −2 Go to diff View file
M src/scripts/lib/tlp-fetch/src/fetch-wrapper.test.ts +4 −4 Go to diff View file
M src/scripts/lib/tlp-modal/src/modal-opener.test.ts +3 −3 Go to diff View file
M src/scripts/lib/tlp-popovers/src/popovers.test.ts +3 −3 Go to diff View file
M src/scripts/platform/banner/admin/src/components/ExpiredBannerInfoMessage.test.ts +4 −4 Go to diff View file
M src/scripts/project/registration/src/components/Information/Fields/FieldsList.test.ts +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Template/Advanced/UserProjectList.test.ts +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Template/TemplateSelection.test.ts +2 −2 Go to diff View file
M src/scripts/site-admin/dates-display.test.ts +8 −8 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/ListOfProjects.test.ts +1 −1 Go to diff View file
M src/scripts/switch-to/src/components/Body/RecentItems/ListOfRecentItems.test.ts +2 −2 Go to diff View file
M src/scripts/syntax-highlight/bidirectional-unicode-text.test.ts +1 −1 Go to diff View file
M src/scripts/tuleap/gettext/gettext-init.test.js +1 −1 Go to diff View file
M src/scripts/tuleap/gettext/vue-gettext-init.test.ts +2 −2 Go to diff View file