Skip to content

Commit

Permalink
Merge pull request #3180 from owncloud/version-tag
Browse files Browse the repository at this point in the history
[Tests-only] update skip tag issue number on version tests
  • Loading branch information
individual-it authored Mar 16, 2020
2 parents 03cc052 + 4d26a73 commit 1ff1850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/acceptance/features/webUIFiles/versions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Feature: Versions of a file
Then the content of file "lorem-file.txt" for user "user1" should be "new lorem content"
And the versions list should contain 2 entries

@skipOnOCIS @issue-3129
@skipOnOCIS @ocis-reva-issue-110
@skipOnStorage:ceph @files_primary_s3-issue-1
Scenario: file versions cannot be seen in the webUI after deleting versions
Given user "user0" has uploaded file with content "lorem content" to "lorem-file.txt"
Expand All @@ -51,7 +51,7 @@ Feature: Versions of a file
When the user browses to display the "versions" details of file "lorem-file.txt"
Then the versions list should contain 0 entries

@skipOnOCIS @issue-3129
@skipOnOCIS @ocis-reva-issue-110
@skipOnStorage:ceph @files_primary_s3-issue-155
Scenario: file versions cannot be seen in the webUI only for user whose versions is deleted
Given user "user0" has uploaded file with content "lorem content" to "lorem-file.txt"
Expand All @@ -66,7 +66,7 @@ Feature: Versions of a file
And the user browses to display the "versions" details of file "lorem-file.txt"
Then the versions list should contain 1 entries

@skipOnOCIS @issue-3129
@skipOnOCIS @ocis-reva-issue-110
@skipOnStorage:ceph @files_primary_s3-issue-155
Scenario: file versions cannot be seen in the webUI for all users after deleting versions for all users
Given user "user0" has uploaded file with content "lorem content" to "/lorem-file.txt"
Expand Down

0 comments on commit 1ff1850

Please sign in to comment.