Fixed browser tests.
This commit is contained in:
parent
1cf37e1b53
commit
ab9bd7078b
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div class="btn-group dropup">
|
<div class="btn-group dropup">
|
||||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"><%- @T('Action') %> <span class="caret"></span>
|
<button type="button" class="btn btn-default dropdown-toggle actions" data-toggle="dropdown"><%- @T('Action') %> <span class="caret"></span>
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#" data-type="history"><%- @T( 'History' ) %></a></li>
|
<li><a href="#" data-type="history"><%- @T( 'History' ) %></a></li>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="btn-group dropup">
|
<div class="btn-group dropup">
|
||||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"><%- @T('Action') %> <span class="caret"></span>
|
<button type="button" class="btn btn-default dropdown-toggle actions" data-toggle="dropdown"><%- @T('Action') %> <span class="caret"></span>
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#" data-type="history"><%- @T( 'History' ) %></a></li>
|
<li><a href="#" data-type="history"><%- @T( 'History' ) %></a></li>
|
||||||
|
|
|
@ -137,7 +137,7 @@ class AgentTicketActionLevel1Test < TestCase
|
||||||
:action => [
|
:action => [
|
||||||
{
|
{
|
||||||
:execute => 'click',
|
:execute => 'click',
|
||||||
:css => '.active .action',
|
:css => '.active .actions',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:execute => 'click',
|
:execute => 'click',
|
||||||
|
|
Loading…
Reference in a new issue