Commit afbc0721 authored by Desiree Chevalier's avatar Desiree Chevalier

Add wait to e2e assignee check

parent e70f863d
......@@ -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