Test stabilization: Macro execution and result checking lead to race condition.
This commit is contained in:
parent
31af83e9e6
commit
14afe747f9
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue