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, 0 insertions, 12 deletions
diff --git a/fake-service/features/tag_and_reply.feature b/fake-service/features/tag_and_reply.feature
deleted file mode 100644
index cd9c7aad..00000000
--- a/fake-service/features/tag_and_reply.feature
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-
-