[PR #624] [CLOSED] test: add test for document flow #1085

Closed
opened 2026-02-26 19:31:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/624
Author: @G3root
Created: 11/2/2023
Status: Closed

Base: feat/refreshHead: add-test


📝 Commits (10+)

  • 644c788 feat: add test id
  • 0391d9d feat: add user fixture
  • 7922d7c feat: add fixtures
  • e6170cf feat: use custom fixture
  • edafd98 feat: add test document flow test
  • 55cbdc3 chore: use type
  • 4aa6363 Merge branch 'feat/refresh' into add-test
  • 3dda4c0 Merge branch 'feat/refresh' into add-test
  • b74be1e feat: use fixture for document upload
  • 18d7133 fix: utility function

📊 Changes

9 files changed (+214 additions, -7 deletions)

View changed files

📝 packages/app-tests/e2e/test-auth-flow.spec.ts (+8 -6)
packages/app-tests/e2e/test-document-flow.spec.ts (+66 -0)
packages/app-tests/fixtures/document.ts (+20 -0)
packages/app-tests/fixtures/fixtures.ts (+31 -0)
packages/app-tests/fixtures/user.ts (+83 -0)
📝 packages/ui/primitives/document-dropzone.tsx (+1 -1)
📝 packages/ui/primitives/document-flow/add-fields.tsx (+1 -0)
📝 packages/ui/primitives/document-flow/add-signers.tsx (+3 -0)
📝 packages/ui/primitives/document-flow/document-flow-root.tsx (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/624 **Author:** [@G3root](https://github.com/G3root) **Created:** 11/2/2023 **Status:** ❌ Closed **Base:** `feat/refresh` ← **Head:** `add-test` --- ### 📝 Commits (10+) - [`644c788`](https://github.com/documenso/documenso/commit/644c7888949bc96772a4090b5e5091eeae04690c) feat: add test id - [`0391d9d`](https://github.com/documenso/documenso/commit/0391d9daac0ea43ca7c402da684032cce6fa5685) feat: add user fixture - [`7922d7c`](https://github.com/documenso/documenso/commit/7922d7c7b1cd761f07c9e4303abbe7738c329eb5) feat: add fixtures - [`e6170cf`](https://github.com/documenso/documenso/commit/e6170cff178bafb223bc47225959649db131e4bf) feat: use custom fixture - [`edafd98`](https://github.com/documenso/documenso/commit/edafd98c0580751453c960ad27a9854579797965) feat: add test document flow test - [`55cbdc3`](https://github.com/documenso/documenso/commit/55cbdc3239023c71d3c4b37b8ef34655e573e4aa) chore: use type - [`4aa6363`](https://github.com/documenso/documenso/commit/4aa63639743a52bbc9acc48892b70cc90f36231e) Merge branch 'feat/refresh' into add-test - [`3dda4c0`](https://github.com/documenso/documenso/commit/3dda4c0ccfacec352cad53288ec572c19912b742) Merge branch 'feat/refresh' into add-test - [`b74be1e`](https://github.com/documenso/documenso/commit/b74be1e7d58de4b820eceded54a953d89ac7f40a) feat: use fixture for document upload - [`18d7133`](https://github.com/documenso/documenso/commit/18d71337e41a493483f01a909be2b106ca89aa55) fix: utility function ### 📊 Changes **9 files changed** (+214 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `packages/app-tests/e2e/test-auth-flow.spec.ts` (+8 -6) ➕ `packages/app-tests/e2e/test-document-flow.spec.ts` (+66 -0) ➕ `packages/app-tests/fixtures/document.ts` (+20 -0) ➕ `packages/app-tests/fixtures/fixtures.ts` (+31 -0) ➕ `packages/app-tests/fixtures/user.ts` (+83 -0) 📝 `packages/ui/primitives/document-dropzone.tsx` (+1 -1) 📝 `packages/ui/primitives/document-flow/add-fields.tsx` (+1 -0) 📝 `packages/ui/primitives/document-flow/add-signers.tsx` (+3 -0) 📝 `packages/ui/primitives/document-flow/document-flow-root.tsx` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1085
No description provided.