From e28f2537560a72ad318271840e7f85bbd3e76d3c Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Mon, 29 Nov 2021 12:36:13 +0545 Subject: [PATCH] Add failing test to expected to fail file --- .../expected-failures-with-ocis-server-ocis-storage.md | 1 + .../acceptance/features/webUIFilesActionMenu/versions.feature | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md index 6c45c38f272..918cacfc419 100644 --- a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md +++ b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md @@ -209,6 +209,7 @@ Other free text and markdown formatting can be used elsewhere in the document if - [webUIFilesCopy/copy.feature:98](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesCopy/copy.feature#L98) - [webUIMoveFilesFolders/moveFiles.feature:97](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature#L97) - [webUIMoveFilesFolders/moveFolders.feature:72](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIMoveFilesFolders/moveFolders.feature#L72) +- [webUIFilesActionMenu/versions.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesActionMenu/versions.feature#L90) ### [Accepting different shares with same filename from different users overwrites one file](https://github.com/owncloud/ocis/issues/713) - [webUISharingAcceptShares/acceptShares.feature:212](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L212) diff --git a/tests/acceptance/features/webUIFilesActionMenu/versions.feature b/tests/acceptance/features/webUIFilesActionMenu/versions.feature index 2bbbcccddaf..4a61b8e5509 100644 --- a/tests/acceptance/features/webUIFilesActionMenu/versions.feature +++ b/tests/acceptance/features/webUIFilesActionMenu/versions.feature @@ -86,7 +86,7 @@ Feature: Versions of a file And the user browses to display the "versions" details of file "lorem.txt" Then the versions list should contain 1 entries - @issue-ocis-1328 @disablePreviews + @issue-ocis-1328 @disablePreviews Scenario: sharee can see the versions of a file Given user "user0" has uploaded file with content "lorem content" to "lorem-file.txt" And user "user0" has uploaded file with content "lorem" to "lorem-file.txt" @@ -96,3 +96,4 @@ Feature: Versions of a file When the user browses to display the "versions" details of file "lorem-file.txt" Then the content of file "lorem-file.txt" for user "Alice" should be "new lorem content" And the versions list should contain 2 entries +