How do I test component like this?

I tried the mockGraphQLMutation but I couldn’t make it work

Could you move the mutation into a component or cell instead of a page?

And then test that instead of a page?

@dthyresson Shouldn’t something like this work?

Why is Cypress not part of the framework?

e2e doesn’t seem like a framework concern to me. The discipline moves at a different pace than the framework itself. Cypress seems like the best approach today, but yesterday it was Selenium, and tomorrow probably something else. And it’s only concerned with the app as a whole, not the pieces.