Skip to content

Fix flakey time-sensitive user/assignee autocomplete dropdown

What does this MR do?

Fix flakey time-sensitive user/assignee autocomplete dropdown

Found while working on https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6051, failing test: https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/74649299

Are there points in the code the reviewer needs to double check?

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/38664

This previously worked because, it would assert the correct names in the full list and then wait for the list to go blank for the NOT assertion (list goes blank because we need at least 3 characters, https://gitlab.com/gitlab-org/gitlab-ce/issues/38664)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Eric Eastwood

Merge request reports