diff --git a/.drone.env b/.drone.env index 38194975bdb..aa206fc2749 100644 --- a/.drone.env +++ b/.drone.env @@ -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 diff --git a/tests/acceptance/features/webUIDeleteFilesFolders/deleteFilesFolders.feature b/tests/acceptance/features/webUIDeleteFilesFolders/deleteFilesFolders.feature index 1ecc92d3fcf..281306d597e 100644 --- a/tests/acceptance/features/webUIDeleteFilesFolders/deleteFilesFolders.feature +++ b/tests/acceptance/features/webUIDeleteFilesFolders/deleteFilesFolders.feature @@ -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 @@ -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