mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-08 04:06:18 -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:
@@ -122,6 +122,7 @@ export function RaceHubPage({ sessionKey }: Props) {
|
||||
if (!contextQuery.isFetching) void contextQuery.refetch()
|
||||
}}
|
||||
retrying={contextQuery.isFetching}
|
||||
retryTestId="rh-retry"
|
||||
>
|
||||
<div className="rh-recover-actions">
|
||||
<Link to="/" search={{}} className="rh-recover-btn" data-testid="rh-back-weekend">
|
||||
@@ -212,6 +213,7 @@ export function RaceHubPage({ sessionKey }: Props) {
|
||||
if (!raceHubQuery.isFetching) void raceHubQuery.refetch()
|
||||
}}
|
||||
retrying={raceHubQuery.isFetching}
|
||||
retryTestId="rh-retry"
|
||||
>
|
||||
<div className="rh-recover-actions">
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user