We only need 2 browser instances. Removed 2 because not needed.
This commit is contained in:
parent
9fce89fe4f
commit
b1c0dca9cc
1 changed files with 3 additions and 10 deletions
|
@ -39,7 +39,7 @@ class MaintenanceMessageTest < TestCase
|
||||||
{
|
{
|
||||||
:execute => 'wait',
|
:execute => 'wait',
|
||||||
:value => 1,
|
:value => 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:where => :instance1,
|
:where => :instance1,
|
||||||
:execute => 'click',
|
:execute => 'click',
|
||||||
|
@ -90,15 +90,8 @@ class MaintenanceMessageTest < TestCase
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:name => 'start',
|
:name => 'start',
|
||||||
:instance1 => browser_instance,
|
|
||||||
:instance2 => browser_instance,
|
|
||||||
:instance1_username => 'master@example.com',
|
|
||||||
:instance1_password => 'test',
|
|
||||||
:instance2_username => 'agent1@example.com',
|
|
||||||
:instance2_password => 'test',
|
|
||||||
:url => browser_url,
|
|
||||||
:action => [
|
:action => [
|
||||||
{
|
{
|
||||||
:where => :instance1,
|
:where => :instance1,
|
||||||
|
@ -124,7 +117,7 @@ class MaintenanceMessageTest < TestCase
|
||||||
{
|
{
|
||||||
:execute => 'wait',
|
:execute => 'wait',
|
||||||
:value => 1,
|
:value => 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:where => :instance1,
|
:where => :instance1,
|
||||||
:execute => 'click',
|
:execute => 'click',
|
||||||
|
|
Loading…
Reference in a new issue