From c148d42381e4bb0f3407e7dbc258340a3aa63e56 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Wed, 31 Jul 2024 10:48:24 -0400 Subject: [PATCH] fixup! feat: Enter the "Activated" state when "Activate Detour" button is clicked --- assets/tests/components/detours/diversionPageActivate.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/tests/components/detours/diversionPageActivate.test.tsx b/assets/tests/components/detours/diversionPageActivate.test.tsx index 57cb9dcba1..ee674adfbd 100644 --- a/assets/tests/components/detours/diversionPageActivate.test.tsx +++ b/assets/tests/components/detours/diversionPageActivate.test.tsx @@ -90,6 +90,5 @@ describe("DiversionPage activate workflow", () => { expect( screen.queryByRole("heading", { name: "Share Detour Details" }) ).not.toBeInTheDocument() - // expect(screen.getByRole("heading", { name: "Active Detour" })).toBeVisible() }) })