Skip to content

Commit

Permalink
Issue #682: AgentTicketProcessSplit.t should work without calling sleep.
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Apr 27, 2021
1 parent fad73bc commit 4f53776
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/test/Selenium/Agent/AgentTicketProcessSplit.t
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ $Selenium->RunTest(
$Selenium->find_element("//button[\@value='Upload process configuration'][\@type='submit']")->VerifiedClick();
$Selenium->find_element("//a[contains(\@href, \'Subaction=ProcessSync' )]")->VerifiedClick();

# We have to allow a 1 second delay for Apache2::Reload to pick up the changed Process cache.
sleep 1;

# Navigate to AgentTicketZoom screen.
$Selenium->VerifiedGet("${ScriptAlias}index.pl?Action=AgentTicketZoom;TicketID=$TicketID;");

Expand Down Expand Up @@ -202,8 +199,6 @@ $Selenium->RunTest(
Value => 1
);

sleep(11);

$Selenium->VerifiedRefresh();

# Check if customer user input is on create process screen.
Expand Down

0 comments on commit 4f53776

Please sign in to comment.