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,7 +65,9 @@ module QA
def has_assignee?(username)
within_element(:assignee_block) do
has_text?(username)
wait_until(reload: false) do
has_text?(username)
end
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