You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fill the text field in User and Groups with the value brian,carol
Expected behaviour
It would be better if shown in the same order as of input.
Note: The issue is only about the preview in the popup. No errors occur when submitting the list. The random behavior gives problems in tests added in PR #40546.
Actual behaviour
The order of the user gets changed when re-input the value or erasing and type again
The text was updated successfully, but these errors were encountered:
grgprarup
changed the title
[QA] users' name order is random on suggestion for same value when sharing with multiple users
[QA] users' name order is random on suggestion, for same value when sharing with multiple users
Dec 20, 2022
I can't reproduce this manually - I tried all sorts of deleting and typing in different orders, The popup always has the list of usernames in the same order as what I typed.
Anyway, IMO, the UI is not broken if the list of usernames in the popup get displayed in some different order. Users are not going to have any problem choosing the displayed item.
So we should make the tests more flexible. When the test looks for the expected popup item, it can find the text in the popup and then compare in a way that does not depend on the order of usernames in the text.
I can't reproduce this manually - I tried all sorts of deleting and typing in different orders, The popup always has the list of usernames in the same order as what I typed.
Anyway, IMO, the UI is not broken if the list of usernames in the popup get displayed in some different order. Users are not going to have any problem choosing the displayed item.
So we should make the tests more flexible. When the test looks for the expected popup item, it can find the text in the popup and then compare in a way that does not depend on the order of usernames in the text.
Thank you @phil-davis . I will adjust the test implementation according to that.
Steps to reproduce
alice
,brian
,carol
alice
create a folder/fileUser and Groups
with the valuebrian,carol
Expected behaviour
It would be better if shown in the same order as of input.
Note: The issue is only about the preview in the popup. No errors occur when submitting the list. The random behavior gives problems in tests added in PR #40546.
Actual behaviour
The order of the user gets changed when re-input the value or erasing and type again
The text was updated successfully, but these errors were encountered: