TF-3570 Add integration test for case mark as star/unStar in EmailView
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -176,6 +176,7 @@ class EmailViewAppBarWidget extends StatelessWidget {
|
||||
);
|
||||
|
||||
Widget _getMarkStarButton(AppLocalizations applocalizations) => TMailButtonWidget.fromIcon(
|
||||
key: const Key('email_detailed_star_button'),
|
||||
icon: presentationEmail.hasStarred
|
||||
? _imagePaths.icStar
|
||||
: _imagePaths.icUnStar,
|
||||
|
||||
Reference in New Issue
Block a user