Skip to content

Commit

Permalink
ensure tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Feb 6, 2025
1 parent c58a7ef commit 5c7487e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion web/tests/e2e/chat/current_assistant.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { loginAsRandomUser } from "../utils/auth";

test("Assistant Drag and Drop", async ({ page }) => {
test.fail();

await page.context().clearCookies();
await loginAsRandomUser(page);

Expand Down
2 changes: 0 additions & 2 deletions web/tests/e2e/chat/live_assistant.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import {
} from "../utils/chatActions";

test("Chat workflow", async ({ page }) => {
test.fail();

// Clear cookies and log in as a random user
await page.context().clearCookies();
await loginAsRandomUser(page);
Expand Down

0 comments on commit 5c7487e

Please sign in to comment.