Skip to content

Commit

Permalink
Merge pull request #32352 from owncloud/stable10-standardize-skip-tags
Browse files Browse the repository at this point in the history
[stable10] Standardize acceptance test skip tags
  • Loading branch information
phil-davis authored Aug 16, 2018
2 parents 6e5a224 + b56b7c8 commit a87f912
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ So that public sharing is limited according to organization policy
And the public accesses the last created public link using the webUI
Then it should not be possible to delete the file "lorem.txt" using the webUI

@skipOnINTERNETEXPLORER @skipOnMICROSOFTEDGE @issue_30392
@skipOnINTERNETEXPLORER @skipOnMICROSOFTEDGE @issue-30392
Scenario: mount public link
Given using server "REMOTE"
And these users have been created:
Expand All @@ -58,7 +58,7 @@ So that public sharing is limited according to organization policy
And the content of "lorem.txt" on the remote server should be the same as the original "simple-folder/lorem.txt"
And it should not be possible to delete the file "lorem.txt" using the webUI

@skipOnINTERNETEXPLORER @skipOnMICROSOFTEDGE @issue_30392
@skipOnINTERNETEXPLORER @skipOnMICROSOFTEDGE @issue-30392
Scenario: mount public link and overwrite file
Given using server "REMOTE"
And these users have been created:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ So that I can efficiently share my files with other users or groups
| other |
And the user has browsed to the login page

@skipOnLDAP @user_ldap#175
@skipOnLDAP @user_ldap-issue-175
Scenario: autocompletion of regular existing users
Given the user has logged in with username "regularuser" and password "1234" using the webUI
And the user has browsed to the files page
Expand Down Expand Up @@ -103,7 +103,7 @@ So that I can efficiently share my files with other users or groups
Then all users and groups that contain the string "use" in their name should be listed in the autocomplete list on the webUI
And the users own name should not be listed in the autocomplete list on the webUI

@skipOnLDAP @user_ldap#175
@skipOnLDAP @user_ldap-issue-175
Scenario: autocompletion of a pattern that matches regular existing users but also a user with whom the item is already shared (folder)
Given the user has logged in with username "regularuser" and password "1234" using the webUI
And the user has browsed to the files page
Expand All @@ -113,7 +113,7 @@ So that I can efficiently share my files with other users or groups
Then all users and groups that contain the string "user" in their name should be listed in the autocomplete list on the webUI except user "User One"
And the users own name should not be listed in the autocomplete list on the webUI

@skipOnLDAP @user_ldap#175
@skipOnLDAP @user_ldap-issue-175
Scenario: autocompletion of a pattern that matches regular existing users but also a user with whom the item is already shared (file)
Given the user has logged in with username "regularuser" and password "1234" using the webUI
And the user has browsed to the files page
Expand Down

0 comments on commit a87f912

Please sign in to comment.