Skip to content

Commit a816789

Browse files
committed
Enable test now that fix is merged
1 parent ea0e940 commit a816789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/apps/dojo/e2e/tests/pydanticAITests/predictiveStateUpdatePage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { PredictiveStateUpdatesPage } from "../../pages/pydanticAIPages/Predicti
77

88
test.describe("Predictive Status Updates Feature", () => {
99
// Fails. Issue with integration or something.
10-
test.fixme("[PydanticAI] should interact with agent and approve asked changes", async ({
10+
test("[PydanticAI] should interact with agent and approve asked changes", async ({
1111
page,
1212
}) => {
1313
await retryOnAIFailure(async () => {

0 commit comments

Comments
 (0)