[PR #1778] [MERGED] chore: increase wait times for tests #1841

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1778
Author: @ephraimduncan
Created: 5/6/2025
Status: Merged
Merged: 6/11/2025
Merged by: @dguyen

Base: mainHead: chore/tests


📝 Commits (7)

  • 8de71e3 chore: increase wait times for tests
  • fe15569 chore: update tests to handle S3 and bytes data types
  • bc9c540 fix: ensure visibility and force clicks
  • 5d8c6a7 fix: ensure we're matching only the exact number and enforce click actions
  • f7fde26 fix: increased timeouts
  • fcfc875 Update packages/app-tests/e2e/teams/team-signature-settings.spec.ts
  • 37e0f40 fix: test

📊 Changes

14 files changed (+113 additions, -49 deletions)

View changed files

📝 packages/app-tests/e2e/api/v1/template-field-prefill.spec.ts (+5 -5)
📝 packages/app-tests/e2e/api/v2/template-field-prefill.spec.ts (+5 -5)
📝 packages/app-tests/e2e/document-flow/stepper-component.spec.ts (+1 -1)
📝 packages/app-tests/e2e/documents/delete-documents.spec.ts (+8 -6)
📝 packages/app-tests/e2e/features/include-document-certificate.spec.ts (+3 -1)
📝 packages/app-tests/e2e/folders/team-account-folders.spec.ts (+4 -5)
📝 packages/app-tests/e2e/organisations/manage-organisation.spec.ts (+1 -1)
📝 packages/app-tests/e2e/teams/team-documents.spec.ts (+9 -6)
📝 packages/app-tests/e2e/teams/team-signature-settings.spec.ts (+11 -2)
📝 packages/app-tests/e2e/templates/create-document-from-template.spec.ts (+30 -6)
📝 packages/app-tests/e2e/templates/direct-templates.spec.ts (+3 -0)
📝 packages/app-tests/e2e/user/auth-flow.spec.ts (+3 -0)
📝 packages/app-tests/e2e/user/password.spec.ts (+23 -8)
📝 packages/app-tests/playwright.config.ts (+7 -3)

📄 Description

This pull request focuses on improving test reliability, updating test data, and enhancing code readability across multiple end-to-end test files.


🔄 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/1778 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 5/6/2025 **Status:** ✅ Merged **Merged:** 6/11/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `chore/tests` --- ### 📝 Commits (7) - [`8de71e3`](https://github.com/documenso/documenso/commit/8de71e30e5a1b094f028ef614aa1e5c9b9c29885) chore: increase wait times for tests - [`fe15569`](https://github.com/documenso/documenso/commit/fe15569aca30fc17966354faf3e51e40f328fb0d) chore: update tests to handle S3 and bytes data types - [`bc9c540`](https://github.com/documenso/documenso/commit/bc9c54086d9f9991ae3bbf89b7e5b3a4343434b0) fix: ensure visibility and force clicks - [`5d8c6a7`](https://github.com/documenso/documenso/commit/5d8c6a7d35a8ccd3e86082823dd24d62a61a9fc3) fix: ensure we're matching only the exact number and enforce click actions - [`f7fde26`](https://github.com/documenso/documenso/commit/f7fde263418772c8b829b96ef25741aeab5b97df) fix: increased timeouts - [`fcfc875`](https://github.com/documenso/documenso/commit/fcfc875a528a23e17f8ab3445e3038f280e79ec3) Update packages/app-tests/e2e/teams/team-signature-settings.spec.ts - [`37e0f40`](https://github.com/documenso/documenso/commit/37e0f402525f9d5b213ee4ce0ac4184aa06f9b4e) fix: test ### 📊 Changes **14 files changed** (+113 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `packages/app-tests/e2e/api/v1/template-field-prefill.spec.ts` (+5 -5) 📝 `packages/app-tests/e2e/api/v2/template-field-prefill.spec.ts` (+5 -5) 📝 `packages/app-tests/e2e/document-flow/stepper-component.spec.ts` (+1 -1) 📝 `packages/app-tests/e2e/documents/delete-documents.spec.ts` (+8 -6) 📝 `packages/app-tests/e2e/features/include-document-certificate.spec.ts` (+3 -1) 📝 `packages/app-tests/e2e/folders/team-account-folders.spec.ts` (+4 -5) 📝 `packages/app-tests/e2e/organisations/manage-organisation.spec.ts` (+1 -1) 📝 `packages/app-tests/e2e/teams/team-documents.spec.ts` (+9 -6) 📝 `packages/app-tests/e2e/teams/team-signature-settings.spec.ts` (+11 -2) 📝 `packages/app-tests/e2e/templates/create-document-from-template.spec.ts` (+30 -6) 📝 `packages/app-tests/e2e/templates/direct-templates.spec.ts` (+3 -0) 📝 `packages/app-tests/e2e/user/auth-flow.spec.ts` (+3 -0) 📝 `packages/app-tests/e2e/user/password.spec.ts` (+23 -8) 📝 `packages/app-tests/playwright.config.ts` (+7 -3) </details> ### 📄 Description This pull request focuses on improving test reliability, updating test data, and enhancing code readability across multiple end-to-end test files. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:18 +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#1841
No description provided.