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

Function tabIntoGrid

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

Source from the content-addressed store, hash-verified

127}
128
129export async function tabIntoGrid() {
130 await userEvent.click(page.getByRole('button', { name: 'Before' }));
131 await userEvent.tab();
132}
133
134export function testCount(locator: Locator, expectedCount: number) {
135 return expect.poll(() => locator.elements()).toHaveLength(expectedCount);

Callers 4

direction.test.tsFile · 0.90
rowHeight.test.tsFile · 0.90
grouping.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected