summaryrefslogtreecommitdiff
path: root/fake-service/features/tag_and_reply.feature
diff options
context:
space:
mode:
Diffstat (limited to 'fake-service/features/tag_and_reply.feature')
-rw-r--r--fake-service/features/tag_and_reply.feature12
1 files changed, 12 insertions, 0 deletions
diff --git a/fake-service/features/tag_and_reply.feature b/fake-service/features/tag_and_reply.feature
new file mode 100644
index 00000000..cd9c7aad
--- /dev/null
+++ b/fake-service/features/tag_and_reply.feature
@@ -0,0 +1,12 @@
+Feature: tagging and replying
+ Scenario: User tags a mail, replies to it then checks that mail is in the right tag
+ When I open the first mail in the 'inbox'
+ Then that email has the 'inbox' tag
+ When I add the tag 'website' to that mail
+ Then I see that mail under the 'website' tag
+ And I open the mail I previously tagged
+ And I reply to it
+ When I select the tag 'sent'
+ Then I see the mail I sent
+
+