Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize acceptance test skip tags #32351

Merged
merged 1 commit into from
Aug 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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