TF-3292 Write integration test for search emails by date and then sort them by relevance

This commit is contained in:
dab246
2024-11-27 12:31:03 +07:00
committed by Dat H. Pham
parent 586b8505e0
commit cd8602784e
4 changed files with 171 additions and 10 deletions
@@ -356,7 +356,8 @@ class SearchEmailView extends GetWidget<SearchEmailController>
context,
receiveTime
)
)
),
key: const Key('date_time_filter_context_menu'),
);
}