(footerRow: Element)
| 1097 | } |
| 1098 | |
| 1099 | function getFooterCells(footerRow: Element): Element[] { |
| 1100 | return getElements(footerRow, 'td'); |
| 1101 | } |
| 1102 | |
| 1103 | function getActualTableContent(tableElement: Element): string[][] { |
| 1104 | let actualTableContent: Element[][] = []; |
no test coverage detected