diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-11-05 18:16:15 -0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-11-05 18:16:15 -0200 |
commit | 2e4d34899b48f30508d41ea0afd629dd9281f58a (patch) | |
tree | 914de25a92818a4d3ca4ea91c9c2ca936c0f028f | |
parent | 587d1b5ceef40e62abb2c9871ec4486f534e1052 (diff) |
adding tag_and_reply functional test
-rw-r--r-- | service/test/functional/features/tag_and_reply.feature | 21 |
1 files changed, 10 insertions, 11 deletions
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 <http://www.gnu.org/licenses/>. -#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 |