Skip to content

Commit

Permalink
[tests-only][full-ci] bump ocis commit id - master (#10946)
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan authored May 23, 2024
1 parent 547b406 commit 24f626d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
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

0 comments on commit 24f626d

Please sign in to comment.