MCPcopy Index your code
hub / github.com/Comcast/react-data-grid / getRowByCellName

Function getRowByCellName

test/browser/utils.tsx:54–56  ·  view source on GitHub ↗
(cell: string)

Source from the content-addressed store, hash-verified

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

Callers 3

rowClass.test.tsFile · 0.90
renderers.test.tsxFile · 0.90

Calls 2

getRowByCellFunction · 0.85
getCellFunction · 0.85

Tested by

no test coverage detected