test: opt gmail router tests into v7 future flags

This commit is contained in:
2026-04-01 17:26:07 +02:00
parent 5af2c66616
commit a0e823facf
2 changed files with 2 additions and 2 deletions
@@ -25,7 +25,7 @@ function renderPage() {
return render(
<ToastProvider>
<I18nProvider>
<MemoryRouter>
<MemoryRouter future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
<CorrespondenceInboxPage />
</MemoryRouter>
</I18nProvider>
@@ -25,7 +25,7 @@ function renderPage() {
return render(
<ToastProvider>
<I18nProvider>
<MemoryRouter>
<MemoryRouter future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
<GmailReviewPage />
</MemoryRouter>
</I18nProvider>