[PR #2920] [MERGED] test: fix calendar integration test #2919 #5475

Closed
opened 2026-03-23 22:18:55 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2920
Author: @richardshiue
Created: 6/30/2023
Status: Merged
Merged: 7/1/2023
Merged by: @LucasXu0

Base: mainHead: fix-#2919


📝 Commits (3)

  • 4d9be38 test: fix calendar integration test #2919
  • ac9a819 chore: update frontend/appflowy_flutter/integration_test/database_calendar_test.dart
  • 52ba846 test: fix date cell test

📊 Changes

3 files changed (+26 additions, -10 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/database_calendar_test.dart (+9 -6)
📝 frontend/appflowy_flutter/integration_test/database_cell_test.dart (+2 -2)
📝 frontend/appflowy_flutter/integration_test/util/database_test_op.dart (+15 -2)

📄 Description

The integration test in Github Actions have only passed from time to time, and has recently completely given up running on my local machine. This PR aims to fix that.

resolves #2919

Feature Preview

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/AppFlowy-IO/AppFlowy/pull/2920 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 6/30/2023 **Status:** ✅ Merged **Merged:** 7/1/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix-#2919` --- ### 📝 Commits (3) - [`4d9be38`](https://github.com/AppFlowy-IO/AppFlowy/commit/4d9be3889853ab6ddd62dc770473f31a2d85e417) test: fix calendar integration test #2919 - [`ac9a819`](https://github.com/AppFlowy-IO/AppFlowy/commit/ac9a8195ee98615bc83e4852c2df82a70d3ef6c5) chore: update frontend/appflowy_flutter/integration_test/database_calendar_test.dart - [`52ba846`](https://github.com/AppFlowy-IO/AppFlowy/commit/52ba846a5bc2fd4090f3dc4caeaca16622a43832) test: fix date cell test ### 📊 Changes **3 files changed** (+26 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/database_calendar_test.dart` (+9 -6) 📝 `frontend/appflowy_flutter/integration_test/database_cell_test.dart` (+2 -2) 📝 `frontend/appflowy_flutter/integration_test/util/database_test_op.dart` (+15 -2) </details> ### 📄 Description The integration test in Github Actions have only passed from time to time, and has recently completely given up running on my local machine. This PR aims to fix that. resolves #2919 ### Feature Preview #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:18:55 +00: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
AppFlowy-IO/AppFlowy#5475
No description provided.