Skip to content

Commit

Permalink
Merge pull request #4123 from owncloud/skip-autocompletion-tests
Browse files Browse the repository at this point in the history
[Tests-Only] skip failing autocompletion tests
  • Loading branch information
dpakach authored Sep 30, 2020
2 parents 0e72ee6 + 61d5bf2 commit b0fac72
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Feature: Autocompletion of share-with names
But only users and groups that contain the string "user" in their name or displayname 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

@skip @issue-4122
Scenario: autocompletion of a pattern that matches regular existing groups but also a group with whom the item is already shared (folder)
Given user "regularuser" has logged in using the webUI
And the user has browsed to the files page
Expand All @@ -146,6 +147,7 @@ Feature: Autocompletion of share-with names
But only users and groups that contain the string "fi" in their name or displayname 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

@skip @issue-4122
Scenario: autocompletion of a pattern that matches regular existing groups but also a group with whom the item is already shared (file)
Given user "regularuser" has logged in using the webUI
And the user has browsed to the files page
Expand Down

0 comments on commit b0fac72

Please sign in to comment.