diff --git a/public/assets/tests/table.js b/public/assets/tests/table.js index 44354dc12..28f1198ef 100644 --- a/public/assets/tests/table.js +++ b/public/assets/tests/table.js @@ -496,7 +496,7 @@ test( "table test 3", function() { }, }) equal( el.find('table > thead > tr').length, 1, 'row count') - equal( el.find('table > thead > tr > th:nth-child(1)').text().trim(), 'Realname', 'check header') + 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(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:nth-child(1)').text().trim(), 'realname 55', 'check row 1')