Added new command to instance1 to keep connection open (idle timeout after 90 sec.).
This commit is contained in:
parent
e173409148
commit
69ac68594b
1 changed files with 12 additions and 0 deletions
|
@ -388,6 +388,12 @@ class TextModuleTest < TestCase
|
|||
:name => 'verify zoom',
|
||||
:action => [
|
||||
|
||||
{
|
||||
:where => :instance1,
|
||||
:execute => 'click',
|
||||
:css => 'a[href="#manage"]',
|
||||
},
|
||||
|
||||
# create ticket
|
||||
{
|
||||
:where => :instance2,
|
||||
|
@ -460,6 +466,12 @@ class TextModuleTest < TestCase
|
|||
:name => 'change customer',
|
||||
:action => [
|
||||
|
||||
{
|
||||
:where => :instance1,
|
||||
:execute => 'click',
|
||||
:css => 'a[href="#manage"]',
|
||||
},
|
||||
|
||||
# create ticket
|
||||
{
|
||||
:where => :instance2,
|
||||
|
|
Loading…
Reference in a new issue