Check if the table body is inserted
indexTable("some content").should.contain(`<tbody>some content</tbody>`);
See Implementation