Fixed broken test: Position of table columns has changed.
This commit is contained in:
parent
82190dba82
commit
f7a84ef0e6
1 changed files with 4 additions and 4 deletions
|
@ -104,11 +104,11 @@ class AgentTicketOverviewLevel0Test < TestCase
|
||||||
|
|
||||||
# check if number and article count is shown
|
# check if number and article count is shown
|
||||||
match(
|
match(
|
||||||
css: '.active table th:nth-child(3)',
|
css: '.active table th:nth-child(7)',
|
||||||
value: '#',
|
value: '#',
|
||||||
)
|
)
|
||||||
match(
|
match(
|
||||||
css: '.active table th:nth-child(8)',
|
css: '.active table th:nth-child(4)',
|
||||||
value: 'Article#',
|
value: 'Article#',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -118,11 +118,11 @@ class AgentTicketOverviewLevel0Test < TestCase
|
||||||
|
|
||||||
# check if number and article count is shown
|
# check if number and article count is shown
|
||||||
match(
|
match(
|
||||||
css: '.active table th:nth-child(3)',
|
css: '.active table th:nth-child(7)',
|
||||||
value: '#',
|
value: '#',
|
||||||
)
|
)
|
||||||
match(
|
match(
|
||||||
css: '.active table th:nth-child(8)',
|
css: '.active table th:nth-child(4)',
|
||||||
value: 'Article#',
|
value: 'Article#',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue