@@ -15,18 +15,6 @@ class AgentTicketActionsLevel2Test < TestCase
:instance2_password => 'test',
:url => browser_url,
:action => [
- {
- :where => :instance1,
- :execute => 'check',
- :css => '#login',
- :result => false,
- },
- :where => :instance2,
{
:where => :instance1,
:execute => 'close_all_tasks',
@@ -15,18 +15,6 @@ class AgentTicketActionsLevel3Test < TestCase