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); }, );