We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0e940 commit a816789Copy full SHA for a816789
typescript-sdk/apps/dojo/e2e/tests/pydanticAITests/predictiveStateUpdatePage.spec.ts
@@ -7,7 +7,7 @@ import { PredictiveStateUpdatesPage } from "../../pages/pydanticAIPages/Predicti
7
8
test.describe("Predictive Status Updates Feature", () => {
9
// Fails. Issue with integration or something.
10
- test.fixme("[PydanticAI] should interact with agent and approve asked changes", async ({
+ test("[PydanticAI] should interact with agent and approve asked changes", async ({
11
page,
12
}) => {
13
await retryOnAIFailure(async () => {
0 commit comments