mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-08 12:07:23 -04:00
fix(#76): preserve Race Hub retry testid after RouteState migrate
Keep rh-retry discoverable for existing Race Hub recovery tests and accept AbortSignal on bare-route default analysis fetch assertions. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -384,7 +384,8 @@ describe('RaceHubPage', () => {
|
||||
|
||||
renderRaceHub(0)
|
||||
|
||||
await waitFor(() => expect(mockFetchRaceHub).toHaveBeenCalledWith(9471))
|
||||
await waitFor(() => expect(mockFetchRaceHub).toHaveBeenCalledWith(9471, expect.any(AbortSignal)))
|
||||
expect(mockFetchRaceHub).not.toHaveBeenCalledWith(9600, expect.anything())
|
||||
expect(mockFetchRaceHub).not.toHaveBeenCalledWith(9600)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user