Describe the bug
The getByRole with role progressbar doesn't find the element with role progressbar.
Expected behavior
The getByRole with role progressbar should correctly find the element with role progressbar.
Steps to Reproduce
Try to test this element
<View role="progressbar" />
with
expect(screen.getByRole("progressbar")).toBeTruthy()
and the test will fail.
Versions
13.3.3