Marek Mitas

Results 8 comments of Marek Mitas

Any possible solutions without `cy.wait(1000);` ? I want to avoid that workaround.

> > > Any possible solutions without `cy.wait(1000);` ? I want to avoid that workaround. I fixed this by using @mcha-dev's solution, by waiting for my API call: ``` cy.intercept('POST',...

Isn't this just a axe-core problem? I'm not 100% sure if this is caused by cypress-axe.

@zarend I found this: https://dequeuniversity.com/rules/axe/html/4.4/aria-hidden-focus Focusable content through tabindex. `Some text` That **"Why it Matters"** sections really explains the issue about putting tabindex to already `aria-hidden` element.

@zarend Thanks for the quick reply. The real problem is, that even if the sidenav is closed, you still bump into those 2 focus trap anchors. NVDA screen reader reads...

Hi Zach, I know that sidenav was designed to have those 2 anchors and I have nothing against that. I just thinks that those anchors are not behaving correctly. In...