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

[ui tests] share autocompletion tests failing occasionally #4122

Closed
dpakach opened this issue Sep 30, 2020 · 0 comments · Fixed by #4260
Closed

[ui tests] share autocompletion tests failing occasionally #4122

dpakach opened this issue Sep 30, 2020 · 0 comments · Fixed by #4260
Assignees
Labels

Comments

@dpakach
Copy link
Contributor

dpakach commented Sep 30, 2020

share autocompletion tests for share when share receiving folder is enabled are failing occassionally

tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature:138
tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature:149


@skip 
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
  And user "regularuser" has shared folder "simple-folder" with group "finance1"
  And the user has opened the share dialog for folder "simple-folder"
  And the user opens the share creation dialog in the webUI
  When the user types "fi" in the share-with-field
  Then all users and groups that contain the string "fi" in their name should be listed in the autocomplete list on the webUI except group "finance1"
  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
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
  And user "regularuser" has shared file "data.zip" with group "finance1"
  And the user has opened the share dialog for file "data.zip"
  And the user opens the share creation dialog in the webUI
  When the user types "fi" in the share-with-field
  Then all users and groups that contain the string "fi" in their name should be listed in the autocomplete list on the webUI except group "finance1"
  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

@dpakach dpakach self-assigned this Sep 30, 2020
@phil-davis phil-davis changed the title [ui tests] share autocompletion tests failing occassionally [ui tests] share autocompletion tests failing occasionally Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant