mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-20 13:05:49 +02:00
ensure tests pass
This commit is contained in:
@@ -4,7 +4,6 @@ import { loginAsRandomUser } from "../utils/auth";
|
|||||||
|
|
||||||
test("Assistant Drag and Drop", async ({ page }) => {
|
test("Assistant Drag and Drop", async ({ page }) => {
|
||||||
test.fail();
|
test.fail();
|
||||||
|
|
||||||
await page.context().clearCookies();
|
await page.context().clearCookies();
|
||||||
await loginAsRandomUser(page);
|
await loginAsRandomUser(page);
|
||||||
|
|
||||||
|
@@ -8,8 +8,6 @@ import {
|
|||||||
} from "../utils/chatActions";
|
} from "../utils/chatActions";
|
||||||
|
|
||||||
test("Chat workflow", async ({ page }) => {
|
test("Chat workflow", async ({ page }) => {
|
||||||
test.fail();
|
|
||||||
|
|
||||||
// Clear cookies and log in as a random user
|
// Clear cookies and log in as a random user
|
||||||
await page.context().clearCookies();
|
await page.context().clearCookies();
|
||||||
await loginAsRandomUser(page);
|
await loginAsRandomUser(page);
|
||||||
|
Reference in New Issue
Block a user