Commit afbc0721 authored by Desiree Chevalier's avatar Desiree Chevalier

Add wait to e2e assignee check

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