Try to fix IE9 issues.
This commit is contained in:
parent
ac692bbd18
commit
daaf5ab3cb
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ class AgentTicketActionLevel1Test < TestCase
|
||||||
:css => '.active .ticket_create textarea[name="body"]',
|
:css => '.active .ticket_create textarea[name="body"]',
|
||||||
:value => 'some body 123äöü',
|
:value => 'some body 123äöü',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
:execute => 'wait',
|
||||||
|
:value => 5,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
:execute => 'click',
|
:execute => 'click',
|
||||||
:css => '.active .form-actions button[type="submit"]',
|
:css => '.active .form-actions button[type="submit"]',
|
||||||
|
|
Loading…
Reference in a new issue