There are no e2e tests for the new /slice-async endpoint. The codebase has comprehensive e2e tests for all other endpoints (slicing, profiles), and the test pattern is clearly established in tests/e2e/. The new async route with its multiple interactions (POST to create, GET to poll, GET /result to download, DELETE to clean up) should have corresponding test coverage.
Originally posted by @Copilot in #43 (comment)
There are no e2e tests for the new
/slice-asyncendpoint. The codebase has comprehensive e2e tests for all other endpoints (slicing, profiles), and the test pattern is clearly established intests/e2e/. The new async route with its multiple interactions (POST to create, GET to poll, GET /result to download, DELETE to clean up) should have corresponding test coverage.Originally posted by @Copilot in #43 (comment)