ensure tests pass

This commit is contained in:
pablodanswer
2025-02-05 17:02:49 -08:00
parent c58a7ef819
commit 5c7487e91f
2 changed files with 0 additions and 3 deletions

View File

@@ -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);

View File

@@ -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);