Commit 7aff9c64 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-add-assignee-wait' into 'master'

Add wait to e2e assignee check

See merge request gitlab-org/gitlab!46563
parents 65e2e1b5 afbc0721
......@@ -65,9 +65,11 @@ module QA
def has_assignee?(username)
within_element(:assignee_block) do
wait_until(reload: false) do
has_text?(username)
end
end
end
def has_no_assignee_named?(username)
within_element(:assignee_block) do
......
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