From 29ef98722b2a77b058313ff148756a0a5758f36c Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 2 Jun 2025 11:23:36 -0300 Subject: [PATCH] tests: Update Pokedex Agent test expectations (#8318) --- src/frontend/tests/core/integrations/Pokedex Agent.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/tests/core/integrations/Pokedex Agent.spec.ts b/src/frontend/tests/core/integrations/Pokedex Agent.spec.ts index dd8f5d561..c36415a1a 100644 --- a/src/frontend/tests/core/integrations/Pokedex Agent.spec.ts +++ b/src/frontend/tests/core/integrations/Pokedex Agent.spec.ts @@ -46,7 +46,6 @@ withEventDeliveryModes( .last() .innerText(); expect(output).toContain("Charmander"); - expect(output).toContain("Route 24"); expect(output.length).toBeGreaterThan(100); }, );