diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-13 15:27:23 +0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-14 17:13:44 +0200 |
commit | 451218929536b59d3e0a72a9c651a1911e1bd1cd (patch) | |
tree | f7b9169f1b302ca34bea50a2a4cfbdcd55ed1702 /service/test/functional | |
parent | 90a7f662c5d8b4fcc545408dc2bfd444abd6709a (diff) |
adding tag and reply feature back
Diffstat (limited to 'service/test/functional')
-rw-r--r-- | service/test/functional/features/tag_and_reply.feature | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/service/test/functional/features/tag_and_reply.feature b/service/test/functional/features/tag_and_reply.feature index 0e6cd843..8fe4cf84 100644 --- a/service/test/functional/features/tag_and_reply.feature +++ b/service/test/functional/features/tag_and_reply.feature @@ -16,10 +16,9 @@ Feature: tagging and replying - @wip Scenario: User tags a mail, replies to it then checks that mail is in the right tag + Given I have a mail in my inbox 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 |