[PR #2122] [MERGED] fix: bold tests failed #5109

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2122
Author: @LucasXu0
Created: 3/28/2023
Status: Merged
Merged: 3/28/2023
Merged by: @LucasXu0

Base: mainHead: fix_bold_test


📝 Commits (1)

📊 Changes

23 files changed (+242 additions, -233 deletions)

View changed files

📝 frontend/appflowy_flutter/packages/appflowy_editor/documentation/testing.md (+4 -4)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_widget.dart (+0 -1)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/keyboard_service.dart (+0 -2)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart (+2 -2)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/infra/test_editor.dart (+7 -4)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/infra/test_raw_key_event.dart (+11 -3)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/render/rich_text/checkbox_text_test.dart (+4 -4)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/render/selection_menu/selection_menu_widget_test.dart (+34 -36)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/arrow_keys_handler_test.dart (+47 -47)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/backspace_handler_test.dart (+25 -25)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/checkbox_event_handler_test.dart (+8 -8)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/enter_without_shift_in_text_node_handler_test.dart (+8 -8)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/exit_editing_mode_handler_test.dart (+1 -1)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/format_style_handler_test.dart (+22 -16)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart (+12 -16)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/page_up_down_handler_test.dart (+4 -4)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/redo_undo_handler_test.dart (+5 -5)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/select_all_handler_test.dart (+4 -2)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/slash_handler_test.dart (+2 -3)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/space_on_web_handler_test.dart (+2 -2)

...and 3 more files

📄 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/AppFlowy-IO/AppFlowy/pull/2122 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 3/28/2023 **Status:** ✅ Merged **Merged:** 3/28/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_bold_test` --- ### 📝 Commits (1) - [`d643740`](https://github.com/AppFlowy-IO/AppFlowy/commit/d643740837f4fe3b03475a35bdf28963b5b42f69) fix: bold tests failed ### 📊 Changes **23 files changed** (+242 additions, -233 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/packages/appflowy_editor/documentation/testing.md` (+4 -4) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_widget.dart` (+0 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/keyboard_service.dart` (+0 -2) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart` (+2 -2) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/infra/test_editor.dart` (+7 -4) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/infra/test_raw_key_event.dart` (+11 -3) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/render/rich_text/checkbox_text_test.dart` (+4 -4) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/render/selection_menu/selection_menu_widget_test.dart` (+34 -36) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/arrow_keys_handler_test.dart` (+47 -47) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/backspace_handler_test.dart` (+25 -25) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/checkbox_event_handler_test.dart` (+8 -8) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/enter_without_shift_in_text_node_handler_test.dart` (+8 -8) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/exit_editing_mode_handler_test.dart` (+1 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/format_style_handler_test.dart` (+22 -16) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart` (+12 -16) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/page_up_down_handler_test.dart` (+4 -4) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/redo_undo_handler_test.dart` (+5 -5) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/select_all_handler_test.dart` (+4 -2) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/slash_handler_test.dart` (+2 -3) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/space_on_web_handler_test.dart` (+2 -2) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:16 +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#5109
No description provided.