diff --git a/tests/acceptance/features/webUISharingExternal/shareByPublicLink.feature b/tests/acceptance/features/webUISharingExternal/shareByPublicLink.feature index 3841140a7694..08a6d00fce03 100644 --- a/tests/acceptance/features/webUISharingExternal/shareByPublicLink.feature +++ b/tests/acceptance/features/webUISharingExternal/shareByPublicLink.feature @@ -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: @@ -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: diff --git a/tests/acceptance/features/webUISharingInternalUsers/shareAutocompletion.feature b/tests/acceptance/features/webUISharingInternalUsers/shareAutocompletion.feature index e9a907f7bcbc..4cb28374a932 100644 --- a/tests/acceptance/features/webUISharingInternalUsers/shareAutocompletion.feature +++ b/tests/acceptance/features/webUISharingInternalUsers/shareAutocompletion.feature @@ -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 @@ -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 @@ -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