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

Function getRowByCell

test/browser/utils.tsx:50–52  ·  view source on GitHub ↗
(cell: Locator)

Source from the content-addressed store, hash-verified

48}
49
50export function getRowByCell(cell: Locator) {
51 return page.getByRole('row').filter({ has: cell });
52}
53
54export function getRowByCellName(cell: string) {
55 return getRowByCell(getCell(cell));

Callers 3

getRowByTextFunction · 0.90
getRowByCellNameFunction · 0.85

Calls

no outgoing calls

Tested by 1

getRowByTextFunction · 0.72