From 4f53776a6e87b5174798fd906c4d12d97944b719 Mon Sep 17 00:00:00 2001 From: bernhard Date: Tue, 27 Apr 2021 12:53:07 +0200 Subject: [PATCH] Issue #682: AgentTicketProcessSplit.t should work without calling sleep. --- scripts/test/Selenium/Agent/AgentTicketProcessSplit.t | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/test/Selenium/Agent/AgentTicketProcessSplit.t b/scripts/test/Selenium/Agent/AgentTicketProcessSplit.t index 6912d3a9d8..85d823a2ac 100644 --- a/scripts/test/Selenium/Agent/AgentTicketProcessSplit.t +++ b/scripts/test/Selenium/Agent/AgentTicketProcessSplit.t @@ -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;"); @@ -202,8 +199,6 @@ $Selenium->RunTest( Value => 1 ); - sleep(11); - $Selenium->VerifiedRefresh(); # Check if customer user input is on create process screen.