Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Dec 19, 2024
1 parent 26fa42b commit 39150ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from '../utils/nextcloud-v27'

describe('Native federated sharing functionality for Nextcloud', () => {
it('Send federated share <file> from Nextcloud v27 to Nextcloud v27', () => {
it('Send federated share <file> from Nextcloud v27 to OcmStub 1.0', () => {
// share from Nextcloud 1.
cy.loginNextcloud('https://nextcloud1.docker', 'einstein', 'relativity')

Expand Down
4 changes: 4 additions & 0 deletions dev/ocm-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ case "${TEST_CASE}" in
"${ENV_ROOT}/dev/ocm-test-suite/share-with/nextcloud-owncloud.sh" "${EFSS_PLATFORM_1_VERSION}" "${EFSS_PLATFORM_2_VERSION}" "${SCRIPT_MODE}" "${BROWSER_PLATFORM}"
;;

"nextcloud-ocmstub")
"${ENV_ROOT}/dev/ocm-test-suite/share-with/nextcloud-ocmstub.sh" "${EFSS_PLATFORM_1_VERSION}" "${EFSS_PLATFORM_2_VERSION}" "${SCRIPT_MODE}" "${BROWSER_PLATFORM}"
;;

"nextcloud-seafile")
echo -n "not supported"
;;
Expand Down
2 changes: 1 addition & 1 deletion dev/ocm-test-suite/share-with/nextcloud-ocmstub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ else
-w /ocm \
cypress/included:13.13.1 cypress run \
--browser "${BROWSER_PLATFORM}" \
--spec "cypress/e2e/share-with/nextcloud-${P1_VER}-to-nextcloud-${P2_VER}.cy.js"
--spec "cypress/e2e/share-with/nextcloud-${P1_VER}-to-ocmstub-${P2_VER}.cy.js"

# revert config file back to normal.
if [ "${BROWSER_PLATFORM}" != "electron" ]; then
Expand Down

0 comments on commit 39150ec

Please sign in to comment.