Skip to content

Commit

Permalink
unskip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Mar 23, 2022
1 parent 41927b7 commit 72af130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: deleting files and folders
And user "Alice" has logged in using the webUI
And the user reloads the current page of the webUI

@smokeTest @ocisSmokeTest @disablePreviews @skipOnXGAPortraitResolution
@smokeTest @ocisSmokeTest @disablePreviews
Scenario: Delete files & folders one by one and check its existence after page reload
Given user "Alice" has created folder "simple-empty-folder" in the server
And user "Alice" has created folder "simple-folder" in the server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Feature: Sharing files and folders with internal users
| Brian |
And user "Brian" has created folder "simple-folder" in the server

@smokeTest @issue-ocis-2260 @ocisSmokeTest @disablePreviews @skipOnXGAPortraitResolution
@smokeTest @issue-ocis-2260 @ocisSmokeTest @disablePreviews
Scenario Outline: share a file & folder with another internal user
Given user "Brian" has created file "testimage.jpg" in the server
And user "Brian" has created file "simple-folder/lorem.txt" in the server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Feature: Sharing files and folders with internal users
| Alice |
| Brian |

@smokeTest @disablePreviews @skipOnXGAPortraitResolution
@smokeTest @disablePreviews
Scenario Outline: share a file & folder with another internal user
Given the setting "shareapi_auto_accept_share" of app "core" has been set to "yes" in the server
And user "Brian" has created folder "simple-folder" in the server
Expand Down

0 comments on commit 72af130

Please sign in to comment.