From 94c95c178d927604717b44d4733ae2e3c1df4aa1 Mon Sep 17 00:00:00 2001 From: Quang Hoang <124866146+QuangHoang1210@users.noreply.github.com> Date: Mon, 8 May 2023 10:33:03 +0700 Subject: [PATCH] Update TF-1786-TeamMail-Swipe-in-Email-item-in-ThreadView .md (cherry picked from commit fe1b0a00a8a3b4183e49454770df775064f2773d) --- ...TeamMail-Swipe-in-Email-item-in-ThreadView .md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/stories/TF-1786-TeamMail-Swipe-in-Email-item-in-ThreadView .md b/docs/stories/TF-1786-TeamMail-Swipe-in-Email-item-in-ThreadView .md index dea36b082..d8c77c129 100644 --- a/docs/stories/TF-1786-TeamMail-Swipe-in-Email-item-in-ThreadView .md +++ b/docs/stories/TF-1786-TeamMail-Swipe-in-Email-item-in-ThreadView .md @@ -13,13 +13,13 @@ ``` GIVEN I'm a Tmail user AND There are existed unread emails on my mailbox -WHEN I swipe left to right on an email rows +WHEN I swipe left to right on an unread email rows THEN I see the email row is swiped as blue background color belong with "read email icon" AND System mark an email as read GIVEN I'm a Tmail user AND There are existed read emails on my mailbox -WHEN I swipe left to right on an email rows +WHEN I swipe left to right on an read email rows THEN I see the email row is swiped as blue background color belong with "unread email icon" AND System mark an email as unread @@ -40,7 +40,6 @@ THEN The email is moved with the toast message **UC1. As I am a user, I want to swipe left to right to mark an email as read without opening this email On thread-view, when I swipe left to right on email which be unread state, I can see: -**Configs in Swipe Options**: Swipe left to right = Read/Unread - The icon indicator this is unread email - The background color is blue @@ -49,7 +48,6 @@ On thread-view, when I swipe left to right on email which be unread state, I can **UC2. As I am a user, I want to swipe left to right to mark an email as unread without opening this email On thread-view, when I swipe left to right on email which be unread state, I can see: -**Configs in Swipe Options**: Swipe left to right = Read/Unread - The icon indicator this is read email - The background color is blue @@ -58,7 +56,6 @@ On thread-view, when I swipe left to right on email which be unread state, I can **UC3. As I am a user, I want to swipe right to left to move an email On thread-view, when I swipe right to left on email in my mailbox, I can see: -**Configs in Swipe Options**: Swipe right to left = Move email - The icon indicator this is Move email - The background color is blue @@ -68,13 +65,7 @@ On thread-view, when I swipe right to left on email in my mailbox, I can see: **Expected:** I see the email row is swiped as blue background color belong with "Move email icon" AND System display the list of mailboxes wit checked icon belong to mailbox which include that email. - -**UC4. As I am a user, I want to swipe right to left in email of my mailboxes -On thread-view of Archive folder, when I swipe left to right / right to left then the archived email is moved to inbox - -**Expected:** -This email is moved to selected mailbox. System display a toast message. - +AND This email is moved to selected mailbox. System display a toast message. [Back to Summary](#summary)