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

Function getRows

test/browser/utils.tsx:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70export function getRows() {
71 return page.getByRole('row').elements().slice(1);
72}
73
74export function getRowsNew() {
75 return page.getByRole('row');

Callers 4

assertRowsFunction · 0.90
assertRowIndexesFunction · 0.90

Calls

no outgoing calls

Tested by 2

assertRowsFunction · 0.72
assertRowIndexesFunction · 0.72