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 #6435

Merged
merged 3 commits into from
Feb 15, 2022
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=57406911d5aa243578fdc21da098165274653a91
OCIS_COMMITID=c2c7478bf494ef700b76453f262ff8747dbc159c
OCIS_BRANCH=master
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ Feature: deleting files and folders
# The user has to unmark it in order to "delete all" the rest of the items
# See discussion in web issue 6305.
And the user unmarks these files for batch action using the webUI
| name |
| Shares |
| name |
| Shares |
And the user batch deletes the marked files using the webUI
Then as "Alice" file "data.zip" should not exist in the server
And as "Alice" file "lorem.txt" should not exist in the server
And as "Alice" folder "simple-folder" should not exist in the server
And file "data.zip" should not be listed on the webUI
And the count of files and folders shown on the webUI should be 2
And the count of files and folders shown on the webUI should be 1
And no message should be displayed on the webUI

@ocis-reva-issue-106 @ocis-reve-issue-442 @skipOnOC10 @issue-4582
Expand All @@ -118,7 +118,7 @@ Feature: deleting files and folders
And as "Alice" file "fileToDelete.txt" should not exist in the server
And as "Alice" folder "folderToDelete" should not exist in the server
And file "data.zip" should not be listed on the webUI
And the count of files and folders shown on the webUI should be 4
And the count of files and folders shown on the webUI should be 3
And no message should be displayed on the webUI

@ocis-reva-issue-106
Expand Down