tests: Update Pokedex Agent test expectations (#8318)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-06-02 11:23:36 -03:00 committed by GitHub
commit 29ef98722b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,6 @@ withEventDeliveryModes(
.last()
.innerText();
expect(output).toContain("Charmander");
expect(output).toContain("Route 24");
expect(output.length).toBeGreaterThan(100);
},
);