mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #3982] [MERGED] test: Add tests to verify basic document list features #8168
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/3982
Author: @jonathan-rohde
Created: 7/18/2024
Status: ✅ Merged
Merged: 7/19/2024
Merged by: @tjbck
Base:
dev← Head:fix/missing-tags-add-doc-modal📝 Commits (3)
c6eba8cenh: add e2e tests for document listc3f90baenh: add translation keysb42d288enh: add missing file📊 Changes
44 files changed (+225 additions, -1 deletions)
View changed files
➕
cypress/data/example-doc.txt(+9 -0)➕
cypress/e2e/documents.cy.ts(+46 -0)📝
cypress/support/e2e.ts(+49 -0)📝
cypress/support/index.d.ts(+2 -0)📝
src/lib/components/common/Tags/TagInput.svelte(+2 -1)📝
src/lib/components/workspace/Documents.svelte(+3 -0)📝
src/lib/i18n/locales/ar-BH/translation.json(+3 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+3 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+3 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+3 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+3 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+3 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+3 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+3 -0)📝
src/lib/i18n/locales/en-US/translation.json(+3 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+3 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+3 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+3 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+3 -0)📝
src/lib/i18n/locales/fr-FR/translation.json(+3 -0)...and 24 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.