From 4f56ffdb7337468ff69a3af29cca426fb9007531 Mon Sep 17 00:00:00 2001
From: "pulse-triage[bot]"
<249995291+pulse-triage[bot]@users.noreply.github.com>
Date: Mon, 7 Sep 2026 12:12:53 +0100
Subject: [PATCH] style(web): format toast recovery regression
Apply the repository Prettier contract to the accepted toast accessibility test so the Frontend publication check can evaluate the complete recovery-feedback batch.
Change-source: pulse-maintainer
---
.../src/components/Toast/__tests__/Toast.test.tsx | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/frontend-modern/src/components/Toast/__tests__/Toast.test.tsx b/frontend-modern/src/components/Toast/__tests__/Toast.test.tsx
index 632474b35..8187601f2 100644
--- a/frontend-modern/src/components/Toast/__tests__/Toast.test.tsx
+++ b/frontend-modern/src/components/Toast/__tests__/Toast.test.tsx
@@ -17,7 +17,12 @@ describe('Toast', () => {
['success', 'status', 'polite'],
['info', 'status', 'polite'],
] as const)('preserves %s announcement semantics without moving focus', (type, role, live) => {
- render(() => <>>);
+ render(() => (
+ <>
+
+
+ >
+ ));
const action = screen.getByRole('button', { name: 'Recovery action' });
action.focus();