RTL with themedLayoutV2 Sidebar
For some reason I can’t render the sidebar to write UI tests
Error: Unable to find role="a"
Error: Unable to find role="a"
const RemixStub = createRemixStub([
{
path: "/",
Component: App
},
])
await act(async () => {
const screen = render(
<RemixStub
initialEntries={['/']}
/>,
)
const links = await screen.findAllByRole('a')
})