debug() | () => void | screen.ts:44 |
findAllByLabelText() | (text, options?) => Promise<Widget[]> | screen.ts:37 |
findAllByRole() | (role, options?) => Promise<Widget[]> | screen.ts:36 |
findAllByTestId() | (testId, options?) => Promise<Widget[]> | screen.ts:41 |
findAllByText() | (text, options?) => Promise<Widget[]> | screen.ts:39 |
findByLabelText() | (text, options?) => Promise<Widget> | screen.ts:30 |
findByRole() | (role, options?) => Promise<Widget> | screen.ts:29 |
findByTestId() | (testId, options?) => Promise<Widget> | screen.ts:33 |
findByText() | (text, options?) => Promise<Widget> | screen.ts:32 |