stable

Clone or download

Read-only

Add cypress tests for the git plugin

Part of request #14949 E2E tests for git plugin This commit test: - The repository creation and the display in the tree view - the ability to change the description of the git repository How to test: - make tests_cypress => No error expected Change-Id: I51da83b38f734d1340b624b29f79806cab317026

Modified Files

Name
M plugins/git/include/GitViews/RepoManagement/Pane/Delete.class.php +2 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar.vue +1 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar/DisplayModeSwitcher.vue +1 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitRepository.vue +7 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitRepositoryCreate.vue +6 −1 Go to diff View file
M plugins/git/scripts/repositories/src/components/folders/CollapsibleFolder.vue +5 −1 Go to diff View file
M plugins/git/templates/repository/header.mustache +1 −1 Go to diff View file
M plugins/git/templates/settings/general-settings.mustache +2 −2 Go to diff View file
M plugins/git/tests/e2e/cypress/cypress/integration/git.spec.js +78 −0 Go to diff View file