Skip to content

Commit

Permalink
Disable shareIndicator tests on tablet resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Mar 10, 2022
1 parent 355751f commit 128b5c2
Showing 1 changed file with 8 additions and 8 deletions.
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
@smokeTest @disablePreviews @skipOnXGAPortraitResolution
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 Expand Up @@ -44,10 +44,10 @@ Feature: Sharing files and folders with internal users
# When the user opens the share dialog for file "testimage.jpg" using the webUI
# Then user "Brian Murphy" should be listed as "Owner" in the collaborators list on the webUI
Examples:
| set-role | expected-role | permissions-folder | permissions-file |
| Viewer | Viewer | read,share | read,share |
| Editor | Editor | read,update,create,delete,share | read,update,share |
| Custom permissions | Custom permissions | read | read |
| set-role | expected-role | permissions-folder | permissions-file |
| Viewer | Viewer | read,share | read,share |
| Editor | Editor | read,update,create,delete,share | read,update,share |
| Custom permissions | Custom permissions | read | read |

@disablePreviews
Scenario: share a file with another internal user who overwrites and unshares the file
Expand Down Expand Up @@ -248,9 +248,9 @@ Feature: Sharing files and folders with internal users
| Sample,Folder,With,Comma |
| sample,1.txt |
Examples:
| set-role | expected-role | permissions-folder | permissions-file |
| Viewer | Viewer | read,share | read,share |
| Editor | Editor | read,update,create,delete,share | read,update,share |
| set-role | expected-role | permissions-folder | permissions-file |
| Viewer | Viewer | read,share | read,share |
| Editor | Editor | read,update,create,delete,share | read,update,share |
| Custom permissions | Custom permissions | read | read |


Expand Down

0 comments on commit 128b5c2

Please sign in to comment.