Test stabilization: Macro execution and result checking lead to race condition.

This commit is contained in:
Thorsten Eckel 2018-07-24 20:12:48 +02:00
parent 31af83e9e6
commit 14afe747f9

View file

@ -113,7 +113,10 @@ class AgentTicketMacroTest < TestCase
perform_macro(name: macro_name)
exists_not(css: '.tasks > a')
watch_for_disappear(
css: '.tasks > a',
timeout: 5,
)
end
def test_ux_flow_next_up_advance_to_next_ticket_from_overview