Dariusz Czajkowski

Results 78 comments of Dariusz Czajkowski

I think this is implemented and can be closed?

Yup, new release in the meantime makes total sense — I'd loaded the page a few hours before I started interacting with it. Nice catch 👍

@jennifer-shehane The reason depends on the specific situation. One example could be that you need to do some imperative action in `.then` that cannot be done using regular `.click`, `.invoke`...

Here is a reproduction in Cypress 14.3.2: https://github.com/DCzajkowski/cypress-should-retries

I don't understand @jennifer-shehane why this was marked as breaking change. If the callback retries, it: 1. Will align with what the docs say, 2. Will retry failing tests, which...

Hi, thanks for the effort! I think the only way to get this PR forward is by splitting it up into separate PRs: 1. Upgrade to React 19 and fix...

We are experiencing a problem with rebuilding deps on `26.0.13`, but `26.0.12` works correctly. We were upgrading our packages and set electron-builder to `^26.0.0`, which auto-resolved to `26.1.0`. However, now...

That would be an awesome feature!