File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
typescript-sdk/apps/dojo/e2e/tests/crewAITests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { test, expect } from "@playwright/test";
22import { AgenticGenUIPage } from "../../pages/crewAIPages/AgenticUIGenPage" ;
33
44test . describe ( "Agent Generative UI Feature" , ( ) => {
5- test ( "[CrewAI] should interact with the chat to get a planner on prompt" , async ( {
5+ test . fixme ( "[CrewAI] should interact with the chat to get a planner on prompt" , async ( {
66 page,
77 } ) => {
88 const genUIAgent = new AgenticGenUIPage ( page ) ;
@@ -33,7 +33,7 @@ test.describe("Agent Generative UI Feature", () => {
3333 ) ;
3434 } ) ;
3535
36- test ( "[CrewAI] should interact with the chat using predefined prompts and perform steps" , async ( {
36+ test . fixme ( "[CrewAI] should interact with the chat using predefined prompts and perform steps" , async ( {
3737 page,
3838 } ) => {
3939 const genUIAgent = new AgenticGenUIPage ( page ) ;
You can’t perform that action at this time.
0 commit comments