Redux sagas run in the browser, so Playwright can intercept the HTTP requests they make. I don't think you need Jest. I suggest you use `page.route()` to intercept your final backend endpoint, then go through the funnel, fill all the forms, and submit. Also, verify the captured request has the correct URL and payload.