Skip to content

Commit a68e5b7

Browse files
committed
chore: remove fixmes and run generate-files
Signed-off-by: Tyler Slaton <[email protected]>
1 parent 19d3ae5 commit a68e5b7

File tree

2 files changed

+1349
-2
lines changed

2 files changed

+1349
-2
lines changed

typescript-sdk/apps/dojo/e2e/tests/llamaIndexTests/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/llamaIndexPages/AgenticUIGenPage";
33

44
test.describe("Agent Generative UI Feature", () => {
55
// Fails. Issue with integration or something.
6-
test.fixme("[LlamaIndex] should interact with the chat to get a planner on prompt", async ({
6+
test("[LlamaIndex] should interact with the chat to get a planner on prompt", async ({
77
page,
88
}) => {
99
const genUIAgent = new AgenticGenUIPage(page);
@@ -37,7 +37,7 @@ test.describe("Agent Generative UI Feature", () => {
3737
});
3838

3939
// Fails. Issue with integration or something.
40-
test.fixme("[LlamaIndex] should interact with the chat using predefined prompts and perform steps", async ({
40+
test("[LlamaIndex] should interact with the chat using predefined prompts and perform steps", async ({
4141
page,
4242
}) => {
4343
const genUIAgent = new AgenticGenUIPage(page);

0 commit comments

Comments
 (0)