-
Story
-
Resolution: Unresolved
-
Critical
-
None
Goal:
Automate E2E testing for the Notebooks feature, ensuring users can upload documents and get AI-driven, citation-backed Q&A based on notebook content.
Scope:
Focus on automating tests for notebook creation, document upload, RAG-based chat responses, and UI interactions. Ensure RBAC and admin configurations work as expected.
Acceptance Criteria:
- E2E tests cover notebook creation, file upload, and AI responses using only uploaded documents.
- UI interactions for managing notebooks are tested.
- Admin configuration and RBAC permissions are validated in tests.
Done Checklist:
- Automated E2E tests pass in CI for notebook creation, file uploads, and RAG chat.
- UI components (notebooks, upload buttons, citations) behave as expected.
- Admin RBAC functionality is validated in tests.