(cell: string)
| 52 | } |
| 53 | |
| 54 | export function getRowByCellName(cell: string) { |
| 55 | return getRowByCell(getCell(cell)); |
| 56 | } |
| 57 | |
| 58 | export function getCell(name: string) { |
| 59 | return page.getByRole('gridcell', { name, exact: true }); |
no test coverage detected