From 2e4d34899b48f30508d41ea0afd629dd9281f58a Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Wed, 5 Nov 2014 18:16:15 -0200 Subject: adding tag_and_reply functional test --- .../test/functional/features/tag_and_reply.feature | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'service/test') diff --git a/service/test/functional/features/tag_and_reply.feature b/service/test/functional/features/tag_and_reply.feature index 30d234c3..8fe4cf84 100644 --- a/service/test/functional/features/tag_and_reply.feature +++ b/service/test/functional/features/tag_and_reply.feature @@ -14,17 +14,16 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . -#Feature: tagging and replying +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' -# 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 + 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' + 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 -- cgit v1.2.3