Small selenium adjustments.

This commit is contained in:
Martin Edenhofer 2013-07-24 22:17:26 +02:00
parent 0a747900f6
commit 07bd230320

View file

@ -109,13 +109,17 @@ class TaskbarTaskTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 3, :value => 2,
}, },
{ {
:execute => 'set', :execute => 'set',
:css => '.active .ticket_create input[name="subject"]', :css => '.active .ticket_create input[name="subject"]',
:value => 'INBOUND TEST#1', :value => 'INBOUND TEST#1',
}, },
{
:execute => 'wait',
:value => 3,
},
{ {
:execute => 'click', :execute => 'click',
:css => 'a[href="#new"]', :css => 'a[href="#new"]',
@ -126,7 +130,7 @@ class TaskbarTaskTest < TestCase
}, },
{ {
:execute => 'wait', :execute => 'wait',
:value => 1, :value => 2,
}, },
{ {
:execute => 'set', :execute => 'set',