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

Function getSelectAllCheckbox

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

Source from the content-addressed store, hash-verified

64}
65
66export function getSelectAllCheckbox() {
67 return page.getByRole('checkbox', { name: 'Select All' });
68}
69
70export function getRows() {
71 return page.getByRole('row').elements().slice(1);

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected