Skip to content

TF-3569 E2E Mailbox toggle read/star/spam #3573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: patrol-integration-test
Choose a base branch
from

Conversation

tddang-linagora
Copy link
Collaborator

@tddang-linagora tddang-linagora commented Mar 19, 2025

Issue

Test result

✅ Should see selected email mark as read successfully (integration_test/tests/mailbox/mark_single_selected_email_as_read_test.dart) (18s)
✅ Should see selected email mark as spam successfully (integration_test/tests/mailbox/mark_single_selected_email_as_spam_test.dart) (20s)
✅ Should see selected email mark as star successfully (integration_test/tests/mailbox/mark_single_selected_email_as_star_test.dart) (17s)

Test summary:
📝 Total: 3
✅ Successful: 3
❌ Failed: 0
⏩ Skipped: 0
📊 Report: .../tmail-flutter/build/app/reports/androidTests/connected/index.html
⏱️  Duration: 82s

Test video

read-star-spam-single.webm

Copy link

This PR has been deployed to https://linagora.github.io/tmail-flutter/3573.

Comment on lines 6 to 7
description: 'Should see emails with expected flag after changed',
scenarioBuilder: ($) => ChangeEmailFlagScenario($),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please separate test case for each case mark as read, mark as star, mark as spam.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@tddang-linagora tddang-linagora requested a review from dab246 April 9, 2025 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[E2E] [Mailbox] Mark as read/important/spam
2 participants