Fixed test.
This commit is contained in:
parent
0d36437e58
commit
d8a1d73cf8
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class AgentTicketOverviewLevel1Test < TestCase
|
||||||
match(
|
match(
|
||||||
browser: browser2,
|
browser: browser2,
|
||||||
css: '.active .ticketZoom .ticketZoom-controls .overview-navigator .pagination-counter .pagination-item-current',
|
css: '.active .ticketZoom .ticketZoom-controls .overview-navigator .pagination-counter .pagination-item-current',
|
||||||
value: '1',
|
value: '2',
|
||||||
)
|
)
|
||||||
match(
|
match(
|
||||||
browser: browser2,
|
browser: browser2,
|
||||||
|
|
Loading…
Reference in a new issue