We only need 2 browser instances. Removed 2 because not needed.

This commit is contained in:
Martin Edenhofer 2013-06-19 23:41:06 +02:00
parent 9fce89fe4f
commit b1c0dca9cc

View file

@ -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',