Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests-only][full-ci] bump ocis commit id - master #10946

Merged
merged 2 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The version of OCIS to use in pipelines that test against OCIS
OCIS_COMMITID=ad4b3fc55c2f9ef8e2dfa6eabb095ac0ddea9e17
OCIS_COMMITID=23800a6b0925ba10c0532c8f032460bf3f81618b
OCIS_BRANCH=master
44 changes: 22 additions & 22 deletions tests/e2e/cucumber/features/app-provider/officeSuites.feature
Original file line number Diff line number Diff line change
Expand Up @@ -66,26 +66,26 @@ Feature: Integrate with online office suites like Collabora and OnlyOffice
| MicrosoftWord.docx | Microsoft Word | Edited Microsoft Word Content |
And "Alice" logs out

# Please enable this code again after moving the new collaboration server to the web repository
# Scenario: open a secure view file with Collabora
# Given "Admin" creates following users using API
# | id |
# | Brian |
# When "Alice" creates the following resources
# | resource | type | content |
# | secureDocument.odt | OpenDocument | very important document |
# And "Alice" shares the following resources using the sidebar panel
# | resource | recipient | type | role |
# | secureDocument.odt | Brian | user | Can view (secure) |
# And "Alice" logs out

Scenario: open a secure view file with Collabora
Given "Admin" creates following users using API
| id |
| Brian |
When "Alice" creates the following resources
| resource | type | content |
| secureDocument.odt | OpenDocument | very important document |
And "Alice" shares the following resources using the sidebar panel
| resource | recipient | type | role |
| secureDocument.odt | Brian | user | Can view (secure) |
And "Alice" logs out

And "Brian" logs in
And "Brian" navigates to the shared with me page
When "Brian" opens the following file in Collabora
| resource |
| secureDocument.odt |

# we copy the contents of the file and compare the clipboard with the expected contents.
# In case the user does not have download permissions and tries to copy file content, the clipboard should be set to “Copying from document disabled”.
Then "Brian" should see the content "Copying from the document disabled" in editor "Collabora"
And "Brian" logs out
# And "Brian" logs in
# And "Brian" navigates to the shared with me page
# When "Brian" opens the following file in Collabora
# | resource |
# | secureDocument.odt |

# # we copy the contents of the file and compare the clipboard with the expected contents.
# # In case the user does not have download permissions and tries to copy file content, the clipboard should be set to “Copying from document disabled”.
# Then "Brian" should see the content "Copying from the document disabled" in editor "Collabora"
# And "Brian" logs out