MCPcopy
hub / github.com/Comcast/react-data-grid / getCell

Function getCell

test/browser/utils.tsx:58–60  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

56}
57
58export function getCell(name: string) {
59 return page.getByRole('gridcell', { name, exact: true });
60}
61
62export function getCellsNew(...names: readonly string[]) {
63 return names.map(getCell);

Callers 7

getRowByTextFunction · 0.90
events.test.tsxFile · 0.90
renderers.test.tsxFile · 0.90
getRowByCellNameFunction · 0.85

Calls

no outgoing calls

Tested by 1

getRowByTextFunction · 0.72