Skip to content

Commit 5ca083c

Browse files
committed
fix(dojo): re-enable agentic generative UI test for crewai
Signed-off-by: Tyler Slaton <[email protected]>
1 parent bf47f4d commit 5ca083c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

44
test.describe("Agent Generative UI Feature", () => {
55
// Flaky
6-
test.fixme("[CrewAI] should interact with the chat to get a planner on prompt", async ({
6+
test("[CrewAI] should interact with the chat to get a planner on prompt", async ({
77
page,
88
}) => {
99
const genUIAgent = new AgenticGenUIPage(page);
@@ -35,7 +35,7 @@ test.describe("Agent Generative UI Feature", () => {
3535
});
3636

3737
// Flaky
38-
test.fixme("[CrewAI] should interact with the chat using predefined prompts and perform steps", async ({
38+
test("[CrewAI] should interact with the chat using predefined prompts and perform steps", async ({
3939
page,
4040
}) => {
4141
const genUIAgent = new AgenticGenUIPage(page);

0 commit comments

Comments
 (0)