Aislinn Hayes

Results 13 comments of Aislinn Hayes
trafficstars

@nql5161 nope, couldn't get WebSQL working so we ended up using LocalStorage as the driver. Here are the general findings I documented internally before I had to move on: -...

@citypaul Thanks so much for the suggestions! Great minds obviously. > This isn't ideal though, and it falls apart if you have to test multiple requests against the same routes,...

@diegoddox anything obvious you can spot that we're doing wrong here by any chance?

Looks like I could do something similar to this https://github.com/diegoddox/react-redux-toastr/issues/244#issuecomment-629123984 and just add an ESC key handler to the X button - in my case that's enough, because the only...

Resurrecting a long-dead thread 😁 Wondering if there are any plans to implement this feature in v2?

> https://testing-library.com/docs/queries/byrole/#hidden > > If you set hidden to true elements that are normally excluded from the accessibility tree are considered for the query as well. The default behavior follows...

In case anyone else comes across the same issue, this error will also happen if you use `cy.origin` https://docs.cypress.io/api/commands/origin and `Cypress.require` https://docs.cypress.io/api/commands/origin#Dependencies--Sharing-Code on a test that fails and has `retries`...

> Hi, did you already check if Cypress is browsing storybook with HTTPS enabled? Looks like it's using `http` from the screenshot of the results on the repo: https://github.com/ahayes91/msw-cypress-docker-storybook/blob/main/static/msw_in_fallback_mode.png Would...

> So maybe if you started the Docker Container, you could check the Devtools in the Cypress browser. Paste this code in the `Console` tab and see what it outputs....

Just FYI as it could be related to the original issue here, https://github.com/storybookjs/test-runner/issues/424#issuecomment-3541708900 - Jest cache was interfering with tags for me!