Skip to content

Commit

Permalink
Issue #3100: UnitTest adaption to changed AJAXLoader behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Mar 6, 2024
1 parent 0efc02c commit 3fc24e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/test/Selenium/Agent/AgentTicketEmailOutbound.t
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@ $Selenium->RunTest(
Value => $StateID,
);

$Selenium->InputFieldValueSet(
Element => "#DynamicField_$DFName",
Value => 'Key1',
);

# wait for appearance of ajax update field
$Selenium->WaitFor(
JavaScript => "return typeof(\$) === 'function' && \$('#AJAXLoaderDynamicField_$DFName').length"
Expand Down

0 comments on commit 3fc24e9

Please sign in to comment.