Test medial search autocompletion for accounts and groups#35313
Conversation
cf99735 to
2cd43cd
Compare
Codecov Report
@@ Coverage Diff @@
## master #35313 +/- ##
=============================================
+ Coverage 48.87% 65.54% +16.66%
- Complexity 0 18647 +18647
=============================================
Files 109 1218 +1109
Lines 10560 70546 +59986
Branches 1288 1288
=============================================
+ Hits 5161 46236 +41075
- Misses 5022 23933 +18911
Partials 377 377
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #35313 +/- ##
=========================================
Coverage 65.53% 65.53%
Complexity 18648 18648
=========================================
Files 1218 1218
Lines 70549 70549
Branches 1288 1288
=========================================
Hits 46236 46236
Misses 23936 23936
Partials 377 377
Continue to review full report at Codecov.
|
2cd43cd to
433aecd
Compare
| And the user has browsed to the files page | ||
| And the user has opened the share dialog for folder "simple-folder" | ||
| When the user types "ce2" in the share-with-field | ||
| Then all users and groups that contain the string "finance2" in their name should be listed in the autocomplete list on the webUI |
There was a problem hiding this comment.
| Then all users and groups that contain the string "finance2" in their name should be listed in the autocomplete list on the webUI | |
| Then all users and groups that contain the string "ce2" in their name should be listed in the autocomplete list on the webUI |
paurakhsharma
left a comment
There was a problem hiding this comment.
Scenarios look good to me.
Maybe we can move group related scenarios to webUISharingInternalGroups.
Also, we can add another step saying
user :user should be listed in the autocomplete list
But can be done in another PR.
|
@paurakhsharma, yeah, I'll create a issue for that later. |
4ea417a to
867286b
Compare
|
I squashed the 7 commits into 1 just now. |
|
Backport |
Description
This adds a test regarding medial searches for accounts and groups.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: