-
Notifications
You must be signed in to change notification settings - Fork 251
test(frontend): cover aborted API requests #2171
Copy link
Copy link
Open
Labels
area:frontendFrontend React/UI workFrontend React/UI workgood first issueFriendly starter issue for first-time contributorsFriendly starter issue for first-time contributorslevel:beginner20 pts difficulty label for small beginner-friendly PRs20 pts difficulty label for small beginner-friendly PRspriority:lowNice-to-have issue with low urgencyNice-to-have issue with low urgencytype:testingTesting work category bonus labelTesting work category bonus label
Description
Metadata
Metadata
Assignees
Labels
area:frontendFrontend React/UI workFrontend React/UI workgood first issueFriendly starter issue for first-time contributorsFriendly starter issue for first-time contributorslevel:beginner20 pts difficulty label for small beginner-friendly PRs20 pts difficulty label for small beginner-friendly PRspriority:lowNice-to-have issue with low urgencyNice-to-have issue with low urgencytype:testingTesting work category bonus labelTesting work category bonus label
Summary
Add tests for an aborted request so callers receive the expected error shape and no stale response updates state.
Scope
frontend/src/api.tsAcceptance criteria
Verification
Run the affected Vitest file from
frontend/.