Hannes Diercks

Results 131 comments of Hannes Diercks

I also find the current behaviour really confusing and conter-intuitive. ```ts cy.findByRole('rowheader', { name: 'Job 1' }) .findByRole('cell', { name: 'Credentials expiry alert' }) // ^^^^^^^^^^ // Uses subject from...

@NicholasBoll thanks for taking the time to give background and reasoning. Really appreciated! Should I open a separate issue for the bug or is it fine to keep it with...

any updates here? It seems as if i have the same issue but this one is quiet old.

:+1: I'd love to see updated coverage reports in console when tdd-ing

I agree that this seems outside of the scope of this lib

Fully agree with @jonkoops on this one. Would like to know what benefits you'd hope to gain by using axios, maybe we can help to find a good solution

@sfedorov-at-wiley thanks for elaborating 👍 While you'll not be able to just plug in an instance of axios, you'll still be able to replace `fetch` with a custom implementation (See...

Especially the `@deprecated` part should not be too complicated and make it more easy to find outdated usages in the codebase because VSCode for example ~strikes~ them ![image](https://user-images.githubusercontent.com/911218/142003184-1203627a-3d12-4a7b-b4ab-f6d09651f6e1.png)