Skip to content

Commit 70b838c

Browse files
committed
Add comments on fixmes
1 parent 6793dd8 commit 70b838c

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

typescript-sdk/apps/dojo/e2e/tests/crewAITests/agenticGenUI.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { test, expect } from "@playwright/test";
22
import { AgenticGenUIPage } from "../../pages/crewAIPages/AgenticUIGenPage";
33

44
test.describe("Agent Generative UI Feature", () => {
5+
// Flaky
56
test.fixme("[CrewAI] should interact with the chat to get a planner on prompt", async ({
67
page,
78
}) => {
@@ -33,6 +34,7 @@ test.describe("Agent Generative UI Feature", () => {
3334
);
3435
});
3536

37+
// Flaky
3638
test.fixme("[CrewAI] should interact with the chat using predefined prompts and perform steps", async ({
3739
page,
3840
}) => {

typescript-sdk/apps/dojo/e2e/tests/llamaIndexTests/agenticGenUI.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { test, expect } from "@playwright/test";
22
import { AgenticGenUIPage } from "../../pages/llamaIndexPages/AgenticUIGenPage";
33

44
test.describe("Agent Generative UI Feature", () => {
5+
// Fails. Issue with integration or something.
56
test.fixme("[LlamaIndex] should interact with the chat to get a planner on prompt", async ({
67
page,
78
}) => {
@@ -35,6 +36,7 @@ test.describe("Agent Generative UI Feature", () => {
3536
);
3637
});
3738

39+
// Fails. Issue with integration or something.
3840
test.fixme("[LlamaIndex] should interact with the chat using predefined prompts and perform steps", async ({
3941
page,
4042
}) => {

typescript-sdk/apps/dojo/e2e/tests/mastraTests/toolBasedGenUIPage.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { ToolBaseGenUIPage } from "../../pages/mastraPages/ToolBaseGenUIPage";
44
const pageURL =
55
"/mastra/feature/tool_based_generative_ui";
66

7+
// Fails. Not a test issue, issue with the integration or cpk.
78
test.fixme('[Mastra] Haiku generation and display verification', async ({
89
page,
910
}) => {
@@ -17,6 +18,7 @@ test.fixme('[Mastra] Haiku generation and display verification', async ({
1718
await genAIAgent.checkHaikuDisplay(page);
1819
});
1920

21+
// Fails. Not a test issue, issue with the integration or cpk.
2022
test.fixme('[Mastra] Haiku generation and UI consistency for two different prompts', async ({
2123
page,
2224
}) => {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {
66
import { PredictiveStateUpdatesPage } from "../../pages/pydanticAIPages/PredictiveStateUpdatesPage";
77

88
test.describe("Predictive Status Updates Feature", () => {
9+
// Fails. Issue with integration or something.
910
test.fixme("[PydanticAI] should interact with agent and approve asked changes", async ({
1011
page,
1112
}) => {

typescript-sdk/apps/dojo/e2e/tests/serverStarterAllFeaturesTests/sharedStatePage.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ test.describe("Shared State Feature", () => {
2121
);
2222
});
2323

24+
// Fails. Issue with the test, most likely
2425
test.fixme("[Server Starter all features] should share state between UI and chat", async ({
2526
page,
2627
}) => {

0 commit comments

Comments
 (0)