diff --git a/web/tests/e2e/admin_chat.spec.ts b/web/tests/e2e/admin_chat.spec.ts index a36aa7619..62f55fcf9 100644 --- a/web/tests/e2e/admin_chat.spec.ts +++ b/web/tests/e2e/admin_chat.spec.ts @@ -28,6 +28,6 @@ test( }); await page.getByPlaceholder("Send a message or try using").fill("Hello"); await page.keyboard.press("Enter"); - await page.waitForSelector("#danswer-ai-message", { state: "visible" }); + await page.waitForSelector("#onyx-ai-message", { state: "visible" }); } ); diff --git a/web/tests/e2e/chromaticSnpashots.json b/web/tests/e2e/chromaticSnpashots.json index 429739e80..342e28fda 100644 --- a/web/tests/e2e/chromaticSnpashots.json +++ b/web/tests/e2e/chromaticSnpashots.json @@ -30,7 +30,7 @@ "path": "documents/sets", "pageTitle": "Document Sets", "options": { - "paragraphText": "Document Sets allow you to group logically connected documents into a single bundle. These can then be used as a filter when performing searches to control the scope of information Danswer searches over." + "paragraphText": "Document Sets allow you to group logically connected documents into a single bundle. These can then be used as a filter when performing searches to control the scope of information Onyx searches over." } }, { @@ -38,7 +38,7 @@ "path": "bots", "pageTitle": "Slack Bots", "options": { - "paragraphText": "Setup Slack bots that connect to Danswer. Once setup, you will be able to ask questions to Danswer directly from Slack. Additionally, you can:" + "paragraphText": "Setup Slack bots that connect to Onyx. Once setup, you will be able to ask questions to Onyx directly from Slack. Additionally, you can:" } }, { @@ -74,7 +74,7 @@ "path": "prompt-library", "pageTitle": "Prompt Library", "options": { - "paragraphText": "Create prompts that can be accessed with the `/` shortcut in Danswer Chat. Prompts created here will be accessible to all users." + "paragraphText": "Create prompts that can be accessed with the `/` shortcut in Onyx Chat. Prompts created here will be accessible to all users." } }, {