stable
Clone or download
Read-only
Merge commit 'refs/changes/70/14570/24' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #12597 Add cypress tests on new document plugin Change-Id: I74029fc12534737324d5c55410cd9e8f6886f43a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/EmptyState/EmptyFolderForWriters.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContent.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DescriptionMetadata.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCommon/ModalFooter.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionLinkModal.vue | +11 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionWikiModal.vue | +9 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.vue | +6 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/TypeSelector.vue | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Property/EmbeddedProperties.vue | +18 | −10 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Property/LinkProperties.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Property/WikiProperties.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/SwitchToOldUI.vue | +5 | −1 | Go to diff View file |
A | tests/e2e/_fixtures/document_project/project.xml | +42 | −0 | Go to diff View file |
A | tests/e2e/_fixtures/document_project/users.xml | +35 | −0 | Go to diff View file |
M | tests/e2e/full/cypress/integration/docman_spec.js | +6 | −7 | Go to diff View file |
A | tests/e2e/full/cypress/integration/document_spec.js | +257 | −0 | Go to diff View file |
A | tests/e2e/full/tuleap/cypress_database_init_values.sql | +1 | −0 | Go to diff View file |
M | tests/e2e/full/tuleap/setup.sh | +3 | −0 | Go to diff View file |