Commit b888c51d authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'ml-fix-members-ambiguous-match' into 'master'

Match exact username to avoid ambiguous match

See merge request gitlab-org/gitlab!79077
parents c40e2875 aef945b6
...@@ -44,9 +44,9 @@ module QA ...@@ -44,9 +44,9 @@ module QA
open_invite_members_modal open_invite_members_modal
within_element(:invite_members_modal_content) do within_element(:invite_members_modal_content) do
fill_element :members_token_select_input, username fill_element(:members_token_select_input, username)
Support::WaitForRequests.wait_for_requests Support::WaitForRequests.wait_for_requests
click_button username click_button(username, match: :prefer_exact)
set_access_level(access_level) set_access_level(access_level)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment