Skip to content

Commit b66a3b9

Browse files
authored
chore: fix predictive state update test for LG TS (#425)
1 parent 393b3ef commit b66a3b9

File tree

3 files changed

+7
-19
lines changed

3 files changed

+7
-19
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
} from "../../test-isolation-helper";
66
import { PredictiveStateUpdatesPage } from "../../pages/langGraphPages/PredictiveStateUpdatesPage";
77

8-
test.fixme("Predictive Status Updates Feature", () => {
8+
test.describe("Predictive Status Updates Feature", () => {
99
test("[LangGraph] should interact with agent and approve asked changes", async ({
1010
page,
1111
}) => {
@@ -47,7 +47,7 @@ test.fixme("Predictive Status Updates Feature", () => {
4747
});
4848
});
4949

50-
test.fixme("[LangGraph] should interact with agent and reject asked changes", async ({
50+
test("[LangGraph] should interact with agent and reject asked changes", async ({
5151
page,
5252
}) => {
5353
await retryOnAIFailure(async () => {
@@ -88,4 +88,4 @@ test.fixme("Predictive Status Updates Feature", () => {
8888
expect(dragonNameAfterRejection).not.toBe("Lola");
8989
});
9090
});
91-
});
91+
});

0 commit comments

Comments
 (0)