Updated germany translation.
This commit is contained in:
parent
2f0171b6db
commit
0cf674dd15
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ test('table test 4', function() {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
equal(el.find('table > thead > tr').length, 1, 'row count')
|
equal(el.find('table > thead > tr').length, 1, 'row count')
|
||||||
equal(el.find('table > thead > tr > th:nth-child(1)').text().trim(), 'richtiger Name', 'check header')
|
equal(el.find('table > thead > tr > th:nth-child(1)').text().trim(), 'Anzeigename', 'check header')
|
||||||
equal(el.find('table > thead > tr > th:nth-child(3)').text().trim(), 'Some Name', 'check header')
|
equal(el.find('table > thead > tr > th:nth-child(3)').text().trim(), 'Some Name', 'check header')
|
||||||
equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
equal(el.find('tbody > tr:nth-child(1) > td').length, 3, 'check row 1')
|
||||||
equal(el.find('tbody > tr:nth-child(1) > td:nth-child(1)').text().trim(), 'realname 55', 'check row 1')
|
equal(el.find('tbody > tr:nth-child(1) > td:nth-child(1)').text().trim(), 'realname 55', 'check row 1')
|
||||||
|
|
Loading…
Reference in a new issue