Skip to content

Commit

Permalink
[Tests-Only] skip failing autocompletion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpakach committed Sep 30, 2020
1 parent 0e72ee6 commit 61d5bf2
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 61d5bf2

Please sign in to comment.