Added new command to instance1 to keep connection open (idle timeout after 90 sec.).

This commit is contained in:
Martin Edenhofer 2014-08-15 20:17:39 +02:00
parent e173409148
commit 69ac68594b

View file

@ -388,6 +388,12 @@ class TextModuleTest < TestCase
:name => 'verify zoom', :name => 'verify zoom',
:action => [ :action => [
{
:where => :instance1,
:execute => 'click',
:css => 'a[href="#manage"]',
},
# create ticket # create ticket
{ {
:where => :instance2, :where => :instance2,
@ -460,6 +466,12 @@ class TextModuleTest < TestCase
:name => 'change customer', :name => 'change customer',
:action => [ :action => [
{
:where => :instance1,
:execute => 'click',
:css => 'a[href="#manage"]',
},
# create ticket # create ticket
{ {
:where => :instance2, :where => :instance2,