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',
|
: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,
|
||||||
|
|
Loading…
Reference in a new issue